Skip to content

Commit bba2f0e

Browse files
Merge pull request #21 from scala/backport-lts-3.3-21817
Backport "Use bash shell when using here-strings" to LTS
2 parents 5f13257 + 9ecbcfa commit bba2f0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/ci.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,7 @@ jobs:
581581
echo "THISBUILD_VERSION=$ver" >> $GITHUB_ENV
582582
583583
- name: Check is version matching pattern
584+
shell: bash
584585
run: |
585586
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
586587
echo "Version used by compiler to publish nightly release does not match expected pattern"

0 commit comments

Comments
 (0)