From 085aad303893da2e5d6af266e57dbfdbf1425b62 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sat, 30 Dec 2017 14:05:50 +0100 Subject: [PATCH] The tags should be annotated if possible --- deploy-master.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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