[actions] use ref_name as release name (#1924)

pull/1926/head
Max 3 months ago committed by GitHub
parent 3978d2b859
commit 0a9dd62d8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -49,8 +49,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
name: Release ${{ github.ref }}
tag_name: ${{ github.ref_name }}
name: Release ${{ github.ref_name }}
draft: false
prerelease: ${{ steps.is_prerelease.outputs.IS_PRERELEASE }}

Loading…
Cancel
Save