diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 71c506f..fa153e3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: git commit -am "chore: Bump version ($VERSION)" git push --set-upstream origin "bump-version-$VERSION" PR_URL="$(gh pr create --title "chore: Bump version ($VERSION)" --body 'This is automatic PR to bump version')" - gh pr merge --auto --squash "$PR_URL" + gh pr merge --admin --squash "$PR_URL" gh release create "$VERSION" \ --repo="$GITHUB_REPOSITORY" \ --title="${VERSION#v}" \