We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0aeac1 commit 3d8a5fbCopy full SHA for 3d8a5fb
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
git commit -am "chore: Bump version ($VERSION)"
24
git push --set-upstream origin "bump-version-$VERSION"
25
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"
+ gh pr merge --admin --squash "$PR_URL"
27
gh release create "$VERSION" \
28
--repo="$GITHUB_REPOSITORY" \
29
--title="${VERSION#v}" \
0 commit comments