Skip to content

Commit 667d91f

Browse files
committed
fix workflow
1 parent 86bae34 commit 667d91f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-cli-binary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: npm ci
5353

5454
- name: Build
55-
run: npm run build:cli
55+
run: npm run build
5656

5757
- name: Package binaries
5858
run: npm run package

0 commit comments

Comments
 (0)