diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 271b97b..0ab3d5f 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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 \ No newline at end of file + asset_content_type: application/ExtremeDemonList-0.0.1-SNAPSHOT-jar-with-dependencies.jar