Skip to content

Commit 608663c

Browse files
authored
Make canary snapshot build use cache + concurrency (#1314)
1 parent bd3d5f1 commit 608663c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ jobs:
9393
id: start-test-validator
9494
uses: ./.github/workflows/actions/setup-validator
9595

96-
- name: Run Build Step (force)
97-
run: pnpm turbo build --force=true
96+
- name: Run Build Step
97+
run: pnpm build
9898

9999
- name: Publish Canary Releases
100100
run: |

0 commit comments

Comments
 (0)