Skip to content

Commit aa07d7d

Browse files
author
Rui Silva
committed
chore: fixed tag name in workflow
1 parent ab8ca64 commit aa07d7d

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
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: Release
5858
env:
59-
VERSION: ${{ github.ref }}
59+
VERSION: ${{ github.ref_name }}
6060
run: |
6161
gh release create v$(echo $VERSION) --title "v$(echo $VERSION)" --generate-notes
6262

0 commit comments

Comments
 (0)