From 0f819fb075333bf567b5bc644996878de2b4d71a Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Thu, 16 May 2013 21:55:57 -0400 Subject: [PATCH] Forgot --tags on taggit --- taggit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taggit b/taggit index 7ed2a7e..4b94a31 100644 --- a/taggit +++ b/taggit @@ -22,6 +22,6 @@ elif [ "$TAGSHA1" != "" ] && [ "$TAGSHA1" == "$SHA1" ]; then else git tag -f -a "build,${MAJOR},${BUILD}" $SHA1 if [ "$PUSHTAG" != "false" ]; then - git push + git push --tags fi fi