Skip to content

Commit

Permalink
Update .github/workflows/maven-release.yml
Browse files Browse the repository at this point in the history
Co-authored-by: jpdahlke <[email protected]>
  • Loading branch information
cfkoehler and jpdahlke committed Sep 30, 2024
1 parent e2437d0 commit 6345366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
run: |
mvn -V -B -e versions:set -DnewVersion=${{ env.RELEASE_VERSION }} -DprocessAllModules -DgenerateBackupPoms=false
mvn -V -B -e versions:set-scm-tag -DnewTag=${{ env.RELEASE_VERSION }} -DgenerateBackupPoms=false
mvn -V -B -e clean formatter:format sortpom:sort impsort:sort -Pautoformat
mvn -V -B -e sortpom:sort
git commit -am "[github-actions](${{ github.actor }}) release ${{ env.RELEASE_VERSION }}"
git tag -a ${{ env.RELEASE_VERSION }} -m "${{ env.RELEASE_VERSION }}"
git push origin release/${{ env.RELEASE_VERSION }}
Expand Down

0 comments on commit 6345366

Please sign in to comment.