Skip to content

Commit 4ba89c7

Browse files
committed
Use ref_name for relase name
1 parent 07db8e4 commit 4ba89c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,5 @@ jobs:
1818
- name: Create GitHub Release
1919
uses: softprops/action-gh-release@v2
2020
with:
21-
tag_name: ${{ github.ref }}
22-
name: Release ${{ github.ref }}
21+
name: Release ${{ github.ref_name }}
2322
body_path: "${{ steps.notes.outputs.file }}"

0 commit comments

Comments
 (0)