diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 1601178..5f558db 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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