Merge branch 'main' of https://github.com/potzplitz/ExtremeDemonList
This commit is contained in:
commit
514796169f
1 changed files with 2 additions and 2 deletions
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
|
@ -65,7 +65,7 @@ on:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ steps.set_release_tag.outputs.RELEASE_TAG }}
|
tag_name: ${{ steps.set_release_tag.outputs.RELEASE_TAG }}
|
||||||
release_name: ${{ steps.get_commit_info.outputs.COMMIT_MSG }}
|
release_name: ExtremeDemonList v${{ steps.get_commit_info.outputs.RELEASE_TAG }}
|
||||||
body: ${{ steps.get_commit_info.outputs.COMMIT_DESC }}
|
body: ${{ steps.get_commit_info.outputs.COMMIT_DESC }}
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
|
|
Loading…
Reference in a new issue