Skip to content

Commit

Permalink
Fix release version bump (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
eygraber authored Sep 18, 2023
1 parent 3d5558c commit c403193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
id: prepare_next_dev
run: |
sed -i -e 's/${{ env.CURRENT_VERSION }}/${{ env.NEXT_VERSION }}/g' gradle.properties && \
sed -i -E -e 's/(jsonpathkt:|<version>)[0-9]+\.[0-9]+\.[0-9]+/\1${{ env.RELEASE_VERSION }}/g' README.md
sed -i -E -e 's/(jsonpathkt-.*)[0-9]+\.[0-9]+\.[0-9]+/\1${{ env.RELEASE_VERSION }}/g' README.md
- name: Commit next dev version
id: commit_next_dev
Expand Down

0 comments on commit c403193

Please sign in to comment.