Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit 3ff9fd9

Browse files
committed
fixing GitHub tag name for GitHub release publishing
1 parent 31e7b87 commit 3ff9fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ jobs:
5454
- name: Create and publish a release
5555
uses: softprops/action-gh-release@v1
5656
with:
57-
tag_name: ${GITHUB_REF##*/}
57+
tag_name: ${{ github.ref_name }}
5858
prerelease: false
5959
generate_release_notes: true

0 commit comments

Comments
 (0)