Skip to content

Commit 68295fd

Browse files
committed
fix action
1 parent b6ba178 commit 68295fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
run: pnpm install
2525

2626
- name: Build
27-
run: pnpm run build
27+
run: pnpm run build:all
2828

2929
- run: npx pkg-pr-new publish ./packages/*

0 commit comments

Comments
 (0)