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:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
name: Release
|
name: Release
|
||||||
|
@ -65,7 +66,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
email: ${{ steps.initialize.outputs.gitemail }}
|
email: ${{ steps.initialize.outputs.gitemail }}
|
||||||
name: ${{ steps.initialize.outputs.gituser }}
|
name: ${{ steps.initialize.outputs.gituser }}
|
||||||
commit_message: "Release ${{ env.NEW_VERSION }}"
|
commit_message: "Release ${{ env.NEW_VERSION }} [skip ci]"
|
||||||
files: pom.xml CHANGELOG.md
|
files: pom.xml CHANGELOG.md
|
||||||
access_token: ${{ env.JRELEASER_GITEA_TOKEN }}
|
access_token: ${{ env.JRELEASER_GITEA_TOKEN }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue