Skip to content

Commit 1c92222

Browse files
auto merge branch forcefully bc tests won't run
1 parent 9216bbd commit 1c92222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/version.yml

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

0 commit comments

Comments
 (0)