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 b476028 commit 2b0104dCopy full SHA for 2b0104d
.github/workflows/release.yml
@@ -200,4 +200,4 @@ jobs:
200
run: yarn publish --tag ${{ inputs.npm-tag }} --new-version ${{ inputs.new-version || github.ref_name }}
201
if: ${{ !env.ACT }}
202
env:
203
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments