Skip to content

Commit

Permalink
Use bash shell when using here-strings
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzaremmal committed Oct 20, 2024
1 parent 40956e1 commit 6424402
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,7 @@ jobs:
echo "THISBUILD_VERSION=$ver" >> $GITHUB_ENV
- name: Check is version matching pattern
shell: bash
run: |
if ! grep -Eo "3\.[0-9]+\.[0-9]+-RC[0-9]+-bin-[0-9]{8}-[a-zA-Z0-9]{7}-NIGHTLY" <<< "${{ env.THISBUILD_VERSION }}"; then
echo "Version used by compiler to publish nightly release does not match expected pattern"
Expand Down

0 comments on commit 6424402

Please sign in to comment.