Forgot --tags on taggit
This commit is contained in:
2
taggit
2
taggit
@@ -22,6 +22,6 @@ elif [ "$TAGSHA1" != "" ] && [ "$TAGSHA1" == "$SHA1" ]; then
|
|||||||
else
|
else
|
||||||
git tag -f -a "build,${MAJOR},${BUILD}" $SHA1
|
git tag -f -a "build,${MAJOR},${BUILD}" $SHA1
|
||||||
if [ "$PUSHTAG" != "false" ]; then
|
if [ "$PUSHTAG" != "false" ]; then
|
||||||
git push
|
git push --tags
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user