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 f50490c commit e32137cCopy full SHA for e32137c
.github/workflows/release.yml
@@ -36,7 +36,4 @@ jobs:
36
run: pnpm i
37
38
- name: Publish to NPM
39
- run: pnpm -r publish --access public --no-git-checks
40
- env:
41
- NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
42
- NPM_CONFIG_PROVENANCE: true
+ run: npm i -g npm && pnpm -r publish --access public --no-git-checks
0 commit comments