Skip to content

Commit 269e286

Browse files
committed
- updated release script
1 parent 34c8e64 commit 269e286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ encoded_password=$(echo ${GIT_PASSWORD} | jq -Rr @uri)
3030
git remote set-url origin https://${encoded_username}:${encoded_password}@git.ib-ci.com/scm/mml/infobip-mobile-messaging-react-native-plugin.git
3131

3232
# Push changes
33-
git push origin master --tags
33+
git push origin ${BRANCH_NAME_TO_BUILD} --tags

0 commit comments

Comments
 (0)