Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Set release version
run: mvn --no-transfer-progress --batch-mode versions:set -DnewVersion=$NEXT_VERSION -DprocessAllModules -DgenerateBackupPoms=false
- name: Commit & Push changes
uses: stefanzweifel/git-auto-commit-action@v5.2.0
uses: stefanzweifel/git-auto-commit-action@v7.1.0
with:
commit_message: 'chore: releasing version ${{ env.NEXT_VERSION }}'

Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
# Time to update some files with the new version
# Commit and push changes
- name: Commit & Push changes
uses: stefanzweifel/git-auto-commit-action@v5.2.0
uses: stefanzweifel/git-auto-commit-action@v7.1.0
with:
commit_message: 'chore: setting SNAPSHOT version ${{ env.NEXT_RELEASE_VERSION }}'

Expand Down
Loading