Fix typo: use correct base branch in PR creation (#7720)
This commit is contained in:
parent
b405b3a872
commit
ff8ebb04a3
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ if [ -n "${CREATE_PR}" ]; then
|
|||
PR_TITLE="Bump app ${BUMP_BUILD_NUMBER:+build}${BUMP_VERSION_NUMBER:+${BUMP_BUILD_NUMBER:+ and }version} number"
|
||||
gh pr create \
|
||||
--repo mattermost/mattermost-mobile \
|
||||
--base main \
|
||||
--base "${BRANCH_TO_BUILD}" \
|
||||
--head "${GIT_LOCAL_BRANCH}" \
|
||||
--reviewer "${PR_REVIEWERS}" \
|
||||
--title "$PR_TITLE" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue