Skip to content

Commit c9bc46e

Browse files
committed
fix: make release name to be equal to tag
1 parent 5e22f24 commit c9bc46e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,6 @@ jobs:
6565
file: ${{ env.ASSET_NAME }}
6666
asset_name: ${{ env.ASSET_NAME }}
6767
tag: ${{ github.ref }}
68+
release_name: ${{ github.ref_name }}
6869
overwrite: true
6970
body: ${{ env.RELEASE_NOTES }}

0 commit comments

Comments
 (0)