Skip to content

Commit 2ab7dfc

Browse files
committed
fix: tagging command in release step
1 parent 47fd4d2 commit 2ab7dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var publishCmd = `
2-
git tag -a -f v\${nextRelease.version} v\${nextRelease.version} -F CHANGELOG.md
2+
git tag -a -f v\${nextRelease.version} -F CHANGELOG.md || exit 1
33
sbt ci-release || exit 3
44
git push --force origin v\${nextRelease.version} || exit 6
55
`

0 commit comments

Comments
 (0)