Skip to content

Commit f907083

Browse files
committed
fix: fix ci
1 parent a316325 commit f907083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
if: ${{ steps.release.outputs.docusaurus-search-local--release_created }}
5757

5858
# https://github.com/yarnpkg/berry/issues/2034#issuecomment-715295553
59-
- run: yarn workspaces foreach --no-private npm publish
59+
- run: yarn workspaces foreach --all --no-private npm publish
6060
env:
6161
YARN_NPM_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
6262
if: ${{ steps.release.outputs.docusaurus-search-local--release_created }}

0 commit comments

Comments
 (0)