Skip to content

Commit

Permalink
Add missing merge arg
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelirh committed May 1, 2024
1 parent 210662a commit 26ac020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-repository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
if: ${{ fromJSON(github.event.inputs.automatic_mode) == true }}
run: |
gh pr merge ${{ steps.create_release_candidate.outputs.created_branch }} \
--delete-branch
--merge --delete-branch
- name: Create tag
if: ${{ fromJSON(github.event.inputs.automatic_mode) == true }}
Expand Down Expand Up @@ -99,4 +99,4 @@ jobs:
if: ${{ github.event.inputs.target_branch != env.MAIN_BRANCH && fromJSON(github.event.inputs.automatic_mode) == true }}
run: |
gh pr merge ${{ github.event.inputs.target_branch }} \
--delete-branch
--merge --delete-branch

0 comments on commit 26ac020

Please sign in to comment.