Skip to content

Commit 22d6fcf

Browse files
committed
Use ref_name for the release name
1 parent 2a5d26d commit 22d6fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
- name: Create GitHub Release
2525
uses: softprops/action-gh-release@v2
2626
with:
27-
name: "Release ${{ github.ref }}"
27+
name: "Release ${{ github.ref_name }}"
2828
body_path: latest-changes.md
2929
files: ${{ steps.bundle.outputs.bundle }}

0 commit comments

Comments
 (0)