We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27793e2 commit d0d29daCopy full SHA for d0d29da
1 file changed
.github/workflows/jreleaser.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Set release version
53
run: mvn --no-transfer-progress --batch-mode versions:set -DnewVersion=$NEXT_VERSION -DprocessAllModules -DgenerateBackupPoms=false
54
- name: Commit & Push changes
55
- uses: stefanzweifel/git-auto-commit-action@v5.2.0
+ uses: stefanzweifel/git-auto-commit-action@v7.0.0
56
with:
57
commit_message: 'chore: releasing version ${{ env.NEXT_VERSION }}'
58
@@ -94,7 +94,7 @@ jobs:
94
# Time to update some files with the new version
95
# Commit and push changes
96
97
98
99
commit_message: 'chore: setting SNAPSHOT version ${{ env.NEXT_RELEASE_VERSION }}'
100
0 commit comments