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.
2 parents 58ac4b1 + c13de08 commit 75f1f24Copy full SHA for 75f1f24
.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