Skip to content

Workflow/tag release update #452

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Apr 15, 2025
4 changes: 4 additions & 0 deletions .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ jobs:
git add ./pom.xml
git commit -m "chore(release): Bump version to ${{ github.event.inputs.new_revision }} for continued development"

- name: Push the new version branch # Ensure remote state matches local commit
run: |
git push --force-with-lease --set-upstream origin "release/bump-version-to-${{ github.event.inputs.new_revision }}"

- name: Create pull request for version bump
uses: peter-evans/create-pull-request@v7
env:
Expand Down