There was an error while loading. Please reload this page.
1 parent 93d6fd5 commit 5b058e6Copy full SHA for 5b058e6
.github/workflows/publish-package.yml
@@ -25,6 +25,6 @@ jobs:
25
- run: yarn run build
26
env:
27
NODE_ENV: "production"
28
- - run: yarn publish
+ - run: yarn publish --access public
29
30
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments