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 8505053 commit f48b587Copy full SHA for f48b587
.github/workflows/publish.yml
@@ -45,7 +45,7 @@ jobs:
45
46
- run: pnpm install
47
- run: pnpm run build
48
- - run: pnpm publish --no-git-checks -r
+ - run: pnpm publish --access public --no-git-checks -r
49
env:
50
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
51
@@ -67,6 +67,6 @@ jobs:
67
68
69
70
71
72
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
publish.sh
@@ -1,2 +1,2 @@
1
#!/bin/sh
2
-pnpm publish -r --tag beta
+pnpm publish --access public -r --tag beta
0 commit comments