Skip to content

Commit

Permalink
build: fix name cannot be version range
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Feb 11, 2025
1 parent fd6a87a commit 9f70365
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/release.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@ import semver from 'semver'
import prompts from '@posva/prompts'
import { execa } from 'execa'
import pSeries from 'p-series'
import { globby } from 'globby'

const __filename = fileURLToPath(import.meta.url)
const __dirname = dirname(__filename)

const args = minimist(process.argv.slice(2))
const {
skipBuild,
tag: optionTag = 'v2',
tag: optionTag = 'legacy',
dry: isDryRun,
skipCleanCheck: skipCleanGitCheck,
noDepsUpdate,
Expand Down

0 comments on commit 9f70365

Please sign in to comment.