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 fefd098 commit 5dce513Copy full SHA for 5dce513
.github/workflows/publish.yml
@@ -25,8 +25,7 @@ jobs:
25
26
- run: pnpm install
27
28
- - run: |
29
- pnpm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
30
- pnpm publish --access public --no-git-checks
+ - run: pnpm publish --access public --no-git-checks
31
env:
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
32
NPM_CONFIG_PROVENANCE: true
0 commit comments