fix(ci): don't prepend the release with the word 'Release'

This commit is contained in:
perf3ct
2025-06-20 21:14:10 +00:00
parent 84f5433ef7
commit eb77908353

View File

@@ -52,7 +52,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref_name }}
release_name: Release ${{ github.ref_name }}
release_name: ${{ github.ref_name }}
body: ${{ steps.changelog.outputs.CHANGELOG }}
draft: false
prerelease: ${{ contains(github.ref_name, '-') }}
prerelease: ${{ contains(github.ref_name, '-') }}