Skip to content

Commit 9591b2d

Browse files
committed
build: update build script to fix tags
1 parent 8cca467 commit 9591b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ cz bump --changelog-to-stdout --git-output-to-stderr > "$changelog_file"
66

77
git push origin main --tags
88

9-
gh release create "$(cz version -p)" -d -F "$changelog_file"
9+
gh release create "v$(cz version -p)" --verify-tag -t "Release v$(cz version -p)" -d -F "$changelog_file"
1010
rm "$changelog_file"

0 commit comments

Comments
 (0)