We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34c8e64 commit 269e286Copy full SHA for 269e286
release.sh
@@ -30,4 +30,4 @@ encoded_password=$(echo ${GIT_PASSWORD} | jq -Rr @uri)
30
git remote set-url origin https://${encoded_username}:${encoded_password}@git.ib-ci.com/scm/mml/infobip-mobile-messaging-react-native-plugin.git
31
32
# Push changes
33
-git push origin master --tags
+git push origin ${BRANCH_NAME_TO_BUILD} --tags
0 commit comments