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.
1 parent 3038269 commit fe2a943Copy full SHA for fe2a943
.github/workflows/release.yml
@@ -64,7 +64,7 @@ jobs:
64
yarn config set npmPublishAccess "public"
65
66
- name: Publish packages 🚀
67
- run: yarn workspaces foreach --no-private npm publish
+ run: yarn workspaces foreach -W --no-private npm publish
68
env:
69
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
70
0 commit comments