Skip to content

Commit 17ea360

Browse files
authored
Update release.yml
1 parent 5c1df72 commit 17ea360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ jobs:
6565

6666
- name: Enable Pull Request Automerge
6767
if: steps.cpr.outputs.pull-request-operation == 'created'
68-
run: gh pr merge --merge --auto --squash "${{ steps.cpr.outputs.pull-request-number }}"
68+
run: gh pr merge "${{ steps.cpr.outputs.pull-request-number }}" --squash --auto
6969
env:
7070
GH_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)