We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 210662a commit 26ac020Copy full SHA for 26ac020
.github/workflows/release-repository.yaml
@@ -56,7 +56,7 @@ jobs:
56
if: ${{ fromJSON(github.event.inputs.automatic_mode) == true }}
57
run: |
58
gh pr merge ${{ steps.create_release_candidate.outputs.created_branch }} \
59
- --delete-branch
+ --merge --delete-branch
60
61
- name: Create tag
62
@@ -99,4 +99,4 @@ jobs:
99
if: ${{ github.event.inputs.target_branch != env.MAIN_BRANCH && fromJSON(github.event.inputs.automatic_mode) == true }}
100
101
gh pr merge ${{ github.event.inputs.target_branch }} \
102
0 commit comments