workflow
This commit is contained in:
parent
c327f19da2
commit
684ad6cf9e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
tag_name: ${{ steps.set_release_tag.outputs.RELEASE_TAG }}
|
||||
release_name: Release v${{ steps.set_release_tag.outputs.RELEASE_TAG }}
|
||||
release_name: ExtremeDemonList v${{ steps.set_release_tag.outputs.RELEASE_TAG }}
|
||||
body: ${{ steps.get_commit_info.outputs.COMMIT_DESC }}
|
||||
draft: false
|
||||
prerelease: false
|
||||
|
|
Loading…
Reference in a new issue