mirror of
https://github.com/superhelio/tools.git
synced 2026-01-26 03:14:00 +00:00
Explicitly push tags
This commit is contained in:
@@ -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!"
|
||||
|
||||
Reference in New Issue
Block a user