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 Sep 23, 2022
1 parent 8e8a70b commit 4e600d6
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 @@ -88,7 +88,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 4e600d6

Please sign in to comment.