We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e99d4ba commit bd334dbCopy full SHA for bd334db
release.sh
@@ -25,7 +25,7 @@ then
25
echo "Publish $VERSION successfully!"
26
27
# push
28
- git push origin --tags
+ git push origin refs/tags/v$VERSION
29
git push
30
echo "Done!"
31
fi
0 commit comments