fix(ci): don't prepend the release with the word 'Release'
This commit is contained in:
parent
84f5433ef7
commit
eb77908353
|
|
@ -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, '-') }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue