chore: fix ci
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Successful in 1m2s
release / Release (push) Failing after 1m33s

This commit is contained in:
Oliver Weyhmüller 2025-01-07 17:23:12 +01:00
parent 319c9d4d54
commit cebf9541c0
Signed by: oliver
GPG key ID: 5286794099F934A3

View file

@ -6,6 +6,7 @@ on:
branches:
- main
jobs:
release:
name: Release
@ -65,7 +66,7 @@ jobs:
with:
email: ${{ steps.initialize.outputs.gitemail }}
name: ${{ steps.initialize.outputs.gituser }}
commit_message: "Release ${{ env.NEW_VERSION }}"
commit_message: "Release ${{ env.NEW_VERSION }} [skip ci]"
files: pom.xml CHANGELOG.md
access_token: ${{ env.JRELEASER_GITEA_TOKEN }}