Skip to content

Commit

Permalink
chore: enforce bash for get-cli-version step (#1450)
Browse files Browse the repository at this point in the history
<!-- For Coveo Employees only. Fill this section.

CDX-764

-->

## Proposed changes

Windows seems to not manage to run the script anymore (or it didn't work
for a while and we missed it).
This fixes that by ensuring/enforcing the execution of the step on
`bash`.
  • Loading branch information
louis-bompart committed Feb 21, 2024
1 parent 1fd20c3 commit a947377
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ jobs:
printf "CLI_VERSION="
cat packages/cli/core/package.json | jq -r '.version'
} >> "$GITHUB_ENV"
shell: bash
- name: Build
run: npm run build
- name: Setup Temporary Keychain
Expand Down

0 comments on commit a947377

Please sign in to comment.