mirror of https://github.com/jpanther/congo.git
👷 Fix git version tags not being prefixed
parent
bf81a7a27d
commit
f9263f5235
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue