mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-07-21 10:14:13 -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"
|
git merge --no-ff dev -m "🔖 Release v$version"
|
||||||
|
|
||||||
# create tag
|
# create tag
|
||||||
git tag $version
|
git tag "v$version"
|
||||||
|
|
||||||
# push commit and tag to remote
|
# push commit and tag to remote
|
||||||
git push
|
git push
|
||||||
|
|||||||
Reference in New Issue
Block a user