diff --git a/release.sh b/release.sh index 84db7e1..a4a9715 100755 --- a/release.sh +++ b/release.sh @@ -145,9 +145,7 @@ echo -ne "${QUESTION_FLAG} ${CYAN}Push?" read PUSH if [[ $PUSH =~ [yY](es)* ]] || [ "$PUSH" = "" ]; then - git push --tags - git push $BRANCH_MASTER - git push $BRANCH_DEV + git push --all origin fi echo -e "${NOTICE_FLAG} Done!"