Skip to content

Commit

Permalink
Merge pull request #21 from scala/backport-lts-3.3-21817
Browse files Browse the repository at this point in the history
Backport "Use bash shell when using here-strings" to LTS
  • Loading branch information
WojciechMazur authored Dec 6, 2024
2 parents 5f13257 + 9ecbcfa commit bba2f0e
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 @@ -581,6 +581,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 bba2f0e

Please sign in to comment.