Fix final pull request on releasing
This commit is contained in:
parent
9bab458b93
commit
670e0d8de4
|
|
@ -416,7 +416,7 @@ jobs:
|
|||
echo "- Please use \`/accept\` as usual then run the \`update-branch-version\` github workflow if you want to automatically update master branch to next SNAPSHOT version"
|
||||
} > file-body.txt
|
||||
gh pr create \
|
||||
--title "Merge GitHub ${{ needs.set-context.outputs.release_branch }} into ${GITHUB_BRANCH_NAME}" \
|
||||
--title "Merge GitHub ${{ needs.set-context.outputs.release_branch }} into master \
|
||||
--body-file file-body.txt \
|
||||
--base master \
|
||||
--label bot && gh_exit_code=0 || gh_exit_code=$?
|
||||
|
|
|
|||
Loading…
Reference in New Issue