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 f3ba30e commit 5b43f2bCopy full SHA for 5b43f2b
.github/workflows/npm.yml
@@ -37,7 +37,7 @@ jobs:
37
repo_token: ${{ secrets.TOKEN }}
38
file: dist/*
39
tag: ${{ github.ref }}
40
- release_name: ${{ github.ref }}
+ release_name: ${{ TAG }}
41
overwrite: true
42
file_glob: true
43
0 commit comments