chore: fix ci
This commit is contained in:
parent
319c9d4d54
commit
cebf9541c0
1 changed files with 2 additions and 1 deletions
|
@ -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 }}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue