There was an error while loading. Please reload this page.
1 parent 90d24b2 commit bee7655Copy full SHA for bee7655
.github/workflows/publish.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: ./.github/actions
25
26
- name: Build
27
- run: npx nx run-many -t build --parallel=3 --exclude='*,!tag:type:publish'
+ run: npx nx affected -t build --parallel=3 --exclude='*,!tag:type:publish'
28
29
- name: Publish packages
30
run: npx nx release publish
0 commit comments