Fix typo: use correct base branch in PR creation (#7720)

This commit is contained in:
Mario Vitale 2023-12-15 13:34:59 +01:00 committed by GitHub
parent b405b3a872
commit ff8ebb04a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" \