diff options
Diffstat (limited to '.github/workflows/release-paper.yaml')
| -rw-r--r-- | .github/workflows/release-paper.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release-paper.yaml b/.github/workflows/release-paper.yaml index 1505138..9537626 100644 --- a/.github/workflows/release-paper.yaml +++ b/.github/workflows/release-paper.yaml @@ -120,7 +120,7 @@ jobs: gh release create "$TAG_NAME" \ "platform-paper/build/libs/$JAR_NAME" \ - --title "$TAG_NAME" \ + --title "LunaticChat v${VERSION} (Paper/Folia)" \ --draft \ --notes-file /tmp/release-notes.md |
