Skip to content

Commit 57a5b71

Browse files
authored
ci: update release.yml
1 parent 93dc00d commit 57a5b71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242

4343
- name: Generate CLI executable
4444
run:
45-
bash ./scripts/bump-cli-version.sh ${{ github.event.inputs.versionType }}
46-
bash ./scripts/build-cli.sh
45+
bash ./scripts/bump-cli-version.sh ${{ github.event.inputs.versionType }}
46+
bash ./scripts/build-cli.sh
4747

4848
- name: Release
4949
run: pnpm release-it --ci --increment=${{ github.event.inputs.versionType }} --config=packages/lib/.release-it.json

0 commit comments

Comments
 (0)