We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12f2cb4 commit b47fbc9Copy full SHA for b47fbc9
1 file changed
.github/workflows/publish.yml
@@ -34,5 +34,5 @@ jobs:
34
- name: Publish to npm
35
env:
36
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
37
- run: pnpm publish --access public --no-git-checks
+ run: npm publish --access public
38
0 commit comments