Skip to content

Commit f68bd57

Browse files
committed
ci: set run-many use publish.yml
1 parent e1df791 commit f68bd57

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
@@ -28,7 +28,7 @@ jobs:
2828
uses: ./.github/actions
2929

3030
- name: Build
31-
run: npx nx affected -t build --parallel=3 --exclude='*,!tag:type:publish'
31+
run: npx nx run-many -t build --parallel=3 --exclude='*,!tag:type:publish'
3232

3333
- name: Publish packages
3434
run: npx nx release publish

0 commit comments

Comments
 (0)