Skip to content

Commit

Permalink
Version check needs to run in bash
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed May 2, 2023
1 parent fb2d41a commit 6feca46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reusable_build_and_test_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ jobs:
- name: Check the expected version
if: ${{ inputs.RELEASE_VERSION != 'prerelease' }}
shell: bash
run: |
if [ "${{steps.expected_version.outputs.EXPECTED_VERSION}}" != "${{inputs.RELEASE_VERSION}}" ]; then
echo "Error: EXPECTED_VERSION (${{steps.expected_version.outputs.EXPECTED_VERSION}}) does not match RELEASE_VERSION (${{inputs.RELEASE_VERSION}})"
Expand Down

0 comments on commit 6feca46

Please sign in to comment.