Skip to content

Commit fa574c9

Browse files
committed
Fix duplicate v0 tag errors on push
1 parent 3c11de5 commit fa574c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ git tag -a "$new_tag" -m "$new_tag Release"
5454
echo -e "${GREEN}Tagged: $new_tag${OFF}"
5555

5656
# Push the new tag to the remote
57-
git push --tags
57+
git push --tags --force
5858
echo -e "${GREEN}Release tag pushed to remote${OFF}"
5959
echo -e "${GREEN}Done!${OFF}"

0 commit comments

Comments
 (0)