Skip to content

Commit 9a91344

Browse files
authored
Merge pull request #643 from hkad98/fix-release
fix: automatic releasing
2 parents f762e49 + 58ceb1e commit 9a91344

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bump-version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
if: ${{ steps.commit.outputs.pushed == 'true' }}
7171
run: |
7272
gh pr review ${{ steps.pr.outputs.pr_number }} --approve
73-
gh pr merge ${{ steps.pr.outputs.pr_number }} --auto
73+
gh pr merge ${{ steps.pr.outputs.pr_number }} --merge --auto
7474
env:
7575
GH_TOKEN: ${{ secrets.TOKEN_GITHUB_YENKINS_ADMIN }}
7676
- name: Wait for PR to be merged

0 commit comments

Comments
 (0)