Skip to content

Commit 6c81303

Browse files
committed
use correct property name for gitTagVersion
1 parent 370c9ef commit 6c81303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/commands/version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class Version extends BaseCommand {
8888
this.npm.output(name)
8989
const version = await libnpmversion(args[0], {
9090
...this.npm.flatOptions,
91-
'git-tag-version': false,
91+
gitTagVersion: false,
9292
path,
9393
})
9494
updatedWorkspaces.push(name)

0 commit comments

Comments
 (0)