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 f67cbd8 commit 6cd6f5fCopy full SHA for 6cd6f5f
.github/workflows/publish.yml
@@ -31,7 +31,7 @@ jobs:
31
pnpm lint
32
pnpm test
33
- run: |
34
- pnpm publish --access=public
+ npm publish --access=public
35
env:
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments