Skip to content

Commit 26ac020

Browse files
committed
Add missing merge arg
1 parent 210662a commit 26ac020

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-repository.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
if: ${{ fromJSON(github.event.inputs.automatic_mode) == true }}
5757
run: |
5858
gh pr merge ${{ steps.create_release_candidate.outputs.created_branch }} \
59-
--delete-branch
59+
--merge --delete-branch
6060
6161
- name: Create tag
6262
if: ${{ fromJSON(github.event.inputs.automatic_mode) == true }}
@@ -99,4 +99,4 @@ jobs:
9999
if: ${{ github.event.inputs.target_branch != env.MAIN_BRANCH && fromJSON(github.event.inputs.automatic_mode) == true }}
100100
run: |
101101
gh pr merge ${{ github.event.inputs.target_branch }} \
102-
--delete-branch
102+
--merge --delete-branch

0 commit comments

Comments
 (0)