Skip to content

Commit fe2a943

Browse files
committed
fix publish
1 parent 3038269 commit fe2a943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
yarn config set npmPublishAccess "public"
6565
6666
- name: Publish packages 🚀
67-
run: yarn workspaces foreach --no-private npm publish
67+
run: yarn workspaces foreach -W --no-private npm publish
6868
env:
6969
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
7070

0 commit comments

Comments
 (0)