We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15cfa88 commit c13de08Copy full SHA for c13de08
.github/workflows/release.yml
@@ -50,5 +50,5 @@ jobs:
50
51
# Release Please has already incremented versions and published tags, so we just
52
# need to publish all unpublished versions to NPM here
53
- - run: yarn workspaces foreach npm publish --access=public
+ - run: yarn workspaces foreach --all --parallel --no-private npm publish --access=public
54
if: ${{ steps.release.outputs.releases_created }}
0 commit comments