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 fffc8bd commit 42f8f35Copy full SHA for 42f8f35
.github/workflows/release-package.yml
@@ -92,6 +92,6 @@ jobs:
92
cache: "pnpm"
93
- run: pnpm install
94
- run: pnpm build
95
- - run: pnpm publish
+ - run: pnpm publish --access public --no-git-checks
96
env:
97
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments