Skip to content

Commit 743f838

Browse files
committed
fix(automations) build command typo fix
1 parent 6b1286a commit 743f838

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
@@ -48,7 +48,7 @@ jobs:
4848
run: yarn tsc
4949

5050
- name: Build plugins
51-
run: yarn workspaces foreach --include 'plugins/*' run build
51+
run: yarn workspaces foreach --all --include 'plugins/*' run build
5252

5353
- name: Create Release Pull Request or Publish to npm
5454
id: changesets

0 commit comments

Comments
 (0)