Skip to content

Commit bd334db

Browse files
committed
Improve release script
1 parent e99d4ba commit bd334db

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
@@ -25,7 +25,7 @@ then
2525
echo "Publish $VERSION successfully!"
2626

2727
# push
28-
git push origin --tags
28+
git push origin refs/tags/v$VERSION
2929
git push
3030
echo "Done!"
3131
fi

0 commit comments

Comments
 (0)