Skip to content

Commit 5dbdf54

Browse files
authored
chore: fix lerna-version command in tag script (#1649)
1 parent a4eee7c commit 5dbdf54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/scripts/tag.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ const version = async (bump, preid, main, spinner) => {
152152
const lernaArgs = [
153153
'exec',
154154
'lerna',
155+
'--',
155156
'version',
156157
'--conventional-commits',
157158
'--force-git-tag',

0 commit comments

Comments
 (0)