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