Skip to content

Commit 90d24b2

Browse files
committed
ci: run-many use publish.yml
1 parent 41ec19b commit 90d24b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: ./.github/actions
2525

2626
- name: Build
27-
run: npx nx affected -t build --parallel=3 --exclude='*,!tag:type:publish'
27+
run: npx nx run-many -t build --parallel=3 --exclude='*,!tag:type:publish'
2828

2929
- name: Publish packages
3030
run: npx nx release publish

0 commit comments

Comments
 (0)