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 f3f2bd2 commit 3c2c3c3Copy full SHA for 3c2c3c3
.github/workflows/release.yaml
@@ -68,7 +68,7 @@ jobs:
68
with:
69
inputs: dist/*
70
- run: >
71
- gh release create "${{ github.ref }}" dist/*
+ gh release create "${{ github.ref_name }}" dist/*
72
--target "${{ github.sha }}"
73
--generate-notes
74
--verify-tag
0 commit comments