👷 Fix git version tags not being prefixed

pull/14/head
James Panther 2021-10-19 17:59:13 +11:00
parent bf81a7a27d
commit f9263f5235
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ if [ $branch = "dev" ]; then
git merge --no-ff dev -m "🔖 Release v$version"
# create tag
git tag $version
git tag "v$version"
# push commit and tag to remote
git push