Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andykog authored Dec 4, 2024
1 parent b0aeac1 commit 3d8a5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}" \
Expand Down

0 comments on commit 3d8a5fb

Please sign in to comment.