diff --git a/release.sh b/release.sh index 0c47a2a..84db7e1 100755 --- a/release.sh +++ b/release.sh @@ -146,6 +146,8 @@ 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 fi echo -e "${NOTICE_FLAG} Done!"