We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93dc00d commit 57a5b71Copy full SHA for 57a5b71
.github/workflows/release.yml
@@ -42,8 +42,8 @@ jobs:
42
43
- name: Generate CLI executable
44
run:
45
- bash ./scripts/bump-cli-version.sh ${{ github.event.inputs.versionType }}
46
- bash ./scripts/build-cli.sh
+ bash ./scripts/bump-cli-version.sh ${{ github.event.inputs.versionType }}
+ bash ./scripts/build-cli.sh
47
48
- name: Release
49
run: pnpm release-it --ci --increment=${{ github.event.inputs.versionType }} --config=packages/lib/.release-it.json
0 commit comments