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 b631b72 commit 5199e98Copy full SHA for 5199e98
release
@@ -26,7 +26,7 @@ fi
26
27
read -e -p "Upload successful. Also tag? [y/N]"
28
if [[ "$REPLY" == [Yy]* ]]; then
29
- git tag "v${VERSION}"
+ git tag "${VERSION}"
30
git push origin --tags
31
fi
32
0 commit comments