Skip to content

Commit c13de08

Browse files
committed
chore: update yarn command
1 parent 15cfa88 commit c13de08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ jobs:
5050

5151
# Release Please has already incremented versions and published tags, so we just
5252
# need to publish all unpublished versions to NPM here
53-
- run: yarn workspaces foreach npm publish --access=public
53+
- run: yarn workspaces foreach --all --parallel --no-private npm publish --access=public
5454
if: ${{ steps.release.outputs.releases_created }}

0 commit comments

Comments
 (0)