Commit ce22716 1 parent fbcdf83 commit ce22716 Copy full SHA for ce22716
File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -122,13 +122,9 @@ jobs:
122
122
- name : Download all build artifacts
123
123
uses : actions/download-artifact@v2
124
124
125
- - name : Version
125
+ - name : Set Release Version
126
126
run : |
127
- mvn -B -ntp versions:set versions:commit -DnewVersion=${{ needs.precheck.outputs.PROJECT_VERSION }}
128
- git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
129
- git config --global user.name "GitHub Action"
130
- git commit -a -m "Releasing version ${{ needs.precheck.outputs.PROJECT_VERSION }}"
131
- git push origin master
127
+ mvn -B -ntp -q versions:set -DnewVersion=${{ needs.precheck.outputs.PROJECT_VERSION }} -DgenerateBackupPoms=false
132
128
133
129
- name : Release with JReleaser
134
130
env :
You can’t perform that action at this time.
0 commit comments