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
4
.github/workflows/maven.yml
vendored
4
.github/workflows/maven.yml
vendored
|
@ -65,7 +65,7 @@ on:
|
|||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
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 }}
|
||||
draft: false
|
||||
prerelease: false
|
||||
|
@ -78,4 +78,4 @@ on:
|
|||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: extracted-jar/ExtremeDemonList-0.0.1-SNAPSHOT-jar-with-dependencies.jar
|
||||
asset_name: ExtremeDemonList-0.0.1-SNAPSHOT-jar-with-dependencies.jar
|
||||
asset_content_type: application/ExtremeDemonList-0.0.1-SNAPSHOT-jar-with-dependencies.jar
|
||||
asset_content_type: application/ExtremeDemonList-0.0.1-SNAPSHOT-jar-with-dependencies.jar
|
||||
|
|
Loading…
Reference in a new issue