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