Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypticace committed Oct 20, 2023
1 parent ff9a280 commit dee6d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ assert(latest && latest.minor % 2 === 1)

// Bump the patch version in `package.json`
let nextVersion = latest.inc('patch').format()
let pkg = await PackageJson.load('packages/vscode-tailwindcss/package.json')
let pkg = await PackageJson.load('packages/vscode-tailwindcss')
await pkg.update({ version: nextVersion }).save()

0 comments on commit dee6d42

Please sign in to comment.