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.
2 parents 419393e + 53e4112 commit cd20430Copy full SHA for cd20430
1 file changed
.github/workflows/publish-release.yml
@@ -48,7 +48,7 @@ jobs:
48
echo "tag=v$VERSION" >> $GITHUB_OUTPUT
49
50
- name: Publish packages
51
- run: pnpm run publish-all
+ run: pnpm run publish --access public
52
env:
53
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
54
0 commit comments