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 53a3b09 commit 6ab7c94Copy full SHA for 6ab7c94
.github/workflows/publish.yml
@@ -24,8 +24,5 @@ jobs:
24
- run: pnpm build
25
- name: Publish
26
env:
27
- NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
28
- run: |
29
- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
30
- echo "registry=https://registry.npmjs.org/" >> ~/.npmrc
31
- pnpm publish -r --no-git-checks --access public
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
+ run: pnpm publish -r --no-git-checks --access public
0 commit comments