Skip to content

Commit

Permalink
fix: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
weareoutman committed Nov 9, 2023
1 parent a316325 commit f907083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
if: ${{ steps.release.outputs.docusaurus-search-local--release_created }}

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

0 comments on commit f907083

Please sign in to comment.