Skip to content

Commit 3d8a5fb

Browse files
authored
Update release.yml
1 parent b0aeac1 commit 3d8a5fb

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
@@ -23,7 +23,7 @@ jobs:
2323
git commit -am "chore: Bump version ($VERSION)"
2424
git push --set-upstream origin "bump-version-$VERSION"
2525
PR_URL="$(gh pr create --title "chore: Bump version ($VERSION)" --body 'This is automatic PR to bump version')"
26-
gh pr merge --auto --squash "$PR_URL"
26+
gh pr merge --admin --squash "$PR_URL"
2727
gh release create "$VERSION" \
2828
--repo="$GITHUB_REPOSITORY" \
2929
--title="${VERSION#v}" \

0 commit comments

Comments
 (0)