chore: simplify release naming in Gitea UI
All checks were successful
Release / release (push) Successful in 53s

This commit is contained in:
2025-07-06 14:06:37 +02:00
parent 432b705327
commit 5d8e533eff
2 changed files with 1 additions and 14 deletions

View File

@@ -84,5 +84,5 @@ jobs:
with:
files: build/libs/*.jar
tag_name: ${{ github.ref_name }}
name: Release ${{ github.ref_name }}
name: Release ${{ github.ref_name.replace('release@', '') }}
body_path: /tmp/release_notes.md