Skip to content

Commit ef34ed5

Browse files
Try one more fix for version release
1 parent df8e432 commit ef34ed5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
- run: |
132132
git tag "v$VERSION"
133133
git push --tags
134-
gh pr merge --admin --delete-branch --merge --auto
134+
gh pr merge --delete-branch --merge --auto
135135
env:
136136
VERSION: ${{ needs.bump.outputs.version }}
137137
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)