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 7fe2c9f commit ce2fe43Copy full SHA for ce2fe43
release
@@ -24,7 +24,7 @@ git pull origin $(git rev-parse --abbrev-ref HEAD)
24
25
read -e -p "Upload successful. Also tag? [y/N]"
26
if [[ "$REPLY" == [Yy]* ]]; then
27
- git tag "${VERSION}"
+ git tag "v${VERSION}"
28
git push origin --tags
29
fi
30
0 commit comments