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 3a3860c commit 4cecba8Copy full SHA for 4cecba8
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