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 5510fba commit cde070eCopy full SHA for cde070e
.github/workflows/release.yml
@@ -34,6 +34,6 @@ jobs:
34
run: pnpm build
35
36
- name: Publish to npm
37
- run: pnpm publish --access public
+ run: pnpm publish --dry-run
38
env:
39
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments