File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,13 +75,13 @@ jobs:
75
75
echo "GITHUB_MINOR_VERSION=${minor}" >> $GITHUB_ENV
76
76
77
77
- name : Change Maven version to next version
78
- run : mvn --batch-mode versions:set -DgenerateBackupPoms=false -DnewVersion=${{ env.GITHUB_MAJOR_VERSION }}.${{ env.GITHUB_MINOR_VERSION }}.${{ env.GITHUB_PATCH_VERSION }} -SNAPSHOT
78
+ run : mvn --batch-mode versions:set -DgenerateBackupPoms=false -DnewVersion=${{ env.GITHUB_MAJOR_VERSION }}.${{ env.GITHUB_MINOR_VERSION }}.0 -SNAPSHOT
79
79
80
80
- name : Commit next version
81
81
uses :
stefanzweifel/[email protected]
82
82
with :
83
83
branch : release-${{ github.ref_name }}
84
- commit_message : Prepare next release v${{ env.GITHUB_MAJOR_VERSION }}.${{ env.GITHUB_MINOR_VERSION }}.${{ env.GITHUB_PATCH_VERSION }}
84
+ commit_message : Prepare next release v${{ env.GITHUB_MAJOR_VERSION }}.${{ env.GITHUB_MINOR_VERSION }}.0
85
85
skip_fetch : true
86
86
skip_checkout : true
87
87
You can’t perform that action at this time.
0 commit comments