We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab8ca64 commit aa07d7dCopy full SHA for aa07d7d
.github/workflows/publish.yml
@@ -56,7 +56,7 @@ jobs:
56
57
- name: Release
58
env:
59
- VERSION: ${{ github.ref }}
+ VERSION: ${{ github.ref_name }}
60
run: |
61
gh release create v$(echo $VERSION) --title "v$(echo $VERSION)" --generate-notes
62
0 commit comments