We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a4bb0 commit 182023cCopy full SHA for 182023c
.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 --tag rc
+ run: yarn workspaces foreach --all --no-private -v npm publish --access public --tolerate-republish --tag rc
51
52
- name: Extract version
53
id: version
0 commit comments