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