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 0d5d2a9 commit ce6da2cCopy full SHA for ce6da2c
.github/workflows/release-publish.yaml
@@ -47,7 +47,7 @@ jobs:
47
yarn config set npmAuthToken ${{ secrets.NPM_TOKEN }}
48
49
- name: Publish workspaces to npm
50
- run: yarn workspaces foreach --all --no-private -v npm publish --tolerate-republish
+ run: yarn workspaces foreach --all --no-private -v npm publish --access public --tolerate-republish
51
52
- name: Extract version
53
id: version
0 commit comments