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 a316325 commit f907083Copy full SHA for f907083
.github/workflows/release-please.yml
@@ -56,7 +56,7 @@ jobs:
56
if: ${{ steps.release.outputs.docusaurus-search-local--release_created }}
57
58
# https://github.com/yarnpkg/berry/issues/2034#issuecomment-715295553
59
- - run: yarn workspaces foreach --no-private npm publish
+ - run: yarn workspaces foreach --all --no-private npm publish
60
env:
61
YARN_NPM_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
62
0 commit comments