Skip to content

Commit 6e31ceb

Browse files
committed
fix: release action
1 parent 2998f7c commit 6e31ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: ./tooling/github/setup
1919

2020
- name: Build And Check Packages
21-
run: turbo --filter "./packages/*" build typecheck lint
21+
run: pnpm turbo --filter "./packages/*" build typecheck lint
2222

2323
- name: Creating .npmrc
2424
run: |

0 commit comments

Comments
 (0)