Skip to content

Commit

Permalink
Also bump rewrite.all.version before a release
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Aug 10, 2023
1 parent 9a6c245 commit 0bee954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: bump-rewrite-properties-to-releases
run: |
./mvnw versions:update-properties -DincludeProperties=rewrite.version,rewrite.python.version -DallowDowngrade=true
./mvnw versions:update-properties -DincludeProperties=rewrite.version,rewrite.all.version,rewrite.python.version -DallowDowngrade=true
git diff-index --quiet HEAD pom.xml || git commit -m "Bump rewrite.version properties" pom.xml && rm -f pom.xml.versionsBackup
- name: publish-release
Expand Down

0 comments on commit 0bee954

Please sign in to comment.