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 776d6c4 commit 421d7d8Copy full SHA for 421d7d8
.github/workflows/release.yml
@@ -40,4 +40,4 @@ jobs:
40
run: pnpm run build
41
42
- name: Publish
43
- run: pnpm publish -r --access public --no-git-checks
+ run: npm i -g npm && pnpm publish -r --access public --no-git-checks
0 commit comments