From 2a8806921218340664654ae54c052ce4ee507851 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Thu, 4 Aug 2016 17:11:56 +0300 Subject: [PATCH] Fixed pushing --- release.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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!"