diff --git a/deploy-master.sh b/deploy-master.sh index 9441f8d..8179d01 100755 --- a/deploy-master.sh +++ b/deploy-master.sh @@ -36,7 +36,7 @@ if [[ $tag_ref ]]; then exit 1 fi else - git tag $tag + git tag -a $tag git push --tags fi