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