Skip to content

Commit 1cf3b62

Browse files
committed
fix(ci): fixed release.yml
1 parent 338f8bd commit 1cf3b62

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
@@ -41,7 +41,7 @@ jobs:
4141
run: pnpm turbo build
4242

4343
- name: Generate CLI executable
44-
run:
44+
run: |
4545
bash ./scripts/bump-cli-version.sh ${{ github.event.inputs.versionType }}
4646
bash ./scripts/build-cli.sh
4747

0 commit comments

Comments
 (0)