mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-06-15 04:52:55 -04:00
👷 Fix git version tags not being prefixed
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user