Skip to content

Commit c1cd9ca

Browse files
committed
Update upgrade workflow
1 parent 92b0a88 commit c1cd9ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
name: clean up working directory
3131
- run: pnpx @turbo/codemod update . && pnpm update --latest -r
3232
name: Update dependencies
33-
- run: pnpm build --filter @example/nextjs
33+
- run: pnpm build --filter nextjs-example
3434
name: Build all apps to make sure it is not broken due to dependency upgrades
3535
- name: Save upgraded packages back to repo
3636
run: echo $(date +%F_%H:%M:%S) > .lst && git add . && git commit -m "upgrade deps && docs [skip ci]" && git push origin main

0 commit comments

Comments
 (0)