Skip to content

Commit 3b1e836

Browse files
authored
[actions] use ref_name as name for release (#1235)
1 parent 00417a3 commit 3b1e836

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ jobs:
5757
env:
5858
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5959
with:
60-
tag_name: ${{ github.ref }}
61-
name: Release ${{ github.ref }}
60+
tag_name: ${{ github.ref_name }}
61+
name: Release ${{ github.ref_name }}
6262
draft: false
6363
prerelease: ${{ steps.is_prerelease.outputs.IS_PRERELEASE }}
6464

0 commit comments

Comments
 (0)