Skip to content

Commit 3c2c3c3

Browse files
committed
Fix tag variable name
1 parent f3f2bd2 commit 3c2c3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
with:
6969
inputs: dist/*
7070
- run: >
71-
gh release create "${{ github.ref }}" dist/*
71+
gh release create "${{ github.ref_name }}" dist/*
7272
--target "${{ github.sha }}"
7373
--generate-notes
7474
--verify-tag

0 commit comments

Comments
 (0)