Skip to content

Commit

Permalink
chore: fix release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zepfred authored and triceo committed Aug 26, 2024
1 parent 0d9efd1 commit e3e2a31
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 @@ -107,5 +107,5 @@ jobs:
git merge --squash $RELEASE_BRANCH_NAME
git commit -m "build: release version ${{ github.event.inputs.javaVersion }}"
git push origin $RELEASE_BRANCH_NAME-bump
git branch -d $RELEASE_BRANCH_NAME
git branch -D $RELEASE_BRANCH_NAME
gh pr create --reviewer triceo --base ${{ github.event.inputs.stableBranch }} --head $RELEASE_BRANCH_NAME-bump --title "build: release version ${{ github.event.inputs.javaVersion }}" --body-file .github/workflows/release-pr-body.md

0 comments on commit e3e2a31

Please sign in to comment.