Skip to content

Commit

Permalink
use correct property name for gitTagVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
timothybonci committed Jan 5, 2023
1 parent a4ee583 commit 7f6a10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class Version extends BaseCommand {
this.npm.output(name)
const version = await libnpmversion(args[0], {
...this.npm.flatOptions,
'git-tag-version': false,
gitTagVersion: false,
path,
})
updatedWorkspaces.push(name)
Expand Down

0 comments on commit 7f6a10e

Please sign in to comment.