Skip to content

Commit

Permalink
ci: update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarcosp authored Oct 20, 2024
1 parent 93dc00d commit 57a5b71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:

- name: Generate CLI executable
run:
bash ./scripts/bump-cli-version.sh ${{ github.event.inputs.versionType }}
bash ./scripts/build-cli.sh
bash ./scripts/bump-cli-version.sh ${{ github.event.inputs.versionType }}
bash ./scripts/build-cli.sh

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

0 comments on commit 57a5b71

Please sign in to comment.