Skip to content

Commit 1dee703

Browse files
authored
ci: Fix turbo command not found (#2602)
1 parent 8972000 commit 1dee703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/label-version-bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
build: false
2626

2727
- name: Build @posthog-tooling/changelog
28-
run: turbo --filter=@posthog-tooling/changelog build
28+
run: pnpm turbo --filter=@posthog-tooling/changelog build
2929

3030
- name: Update versions and changelogs
3131
id: versions

0 commit comments

Comments
 (0)