Explicitly push tags

This commit is contained in:
Ismo Vuorinen
2016-08-10 14:27:44 +03:00
parent a1120207ee
commit 79a048ce20

View File

@@ -153,6 +153,7 @@ echo -ne "${QUESTION_FLAG} ${CYAN}Push everything to origin?"
read -r PUSH
if [[ $PUSH =~ [yY](es)* ]] || [ "$PUSH" = "" ]; then
git push --all origin
git push --tags origin
fi
echo -e "${NOTICE_FLAG} Done!"