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 78f4e1f commit c04c0a2Copy full SHA for c04c0a2
.github/workflows/publish.yml
@@ -323,8 +323,8 @@ jobs:
323
shell: bash
324
- name: Publish
325
run: |
326
- pnpm publish --access public --no-git-checks
+ echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
327
+ npm publish --access public
328
env:
329
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
330
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
.github/workflows/test.yml
0 commit comments