Skip to content

Commit 6424402

Browse files
committed
Use bash shell when using here-strings
1 parent 40956e1 commit 6424402

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,7 @@ jobs:
664664
echo "THISBUILD_VERSION=$ver" >> $GITHUB_ENV
665665
666666
- name: Check is version matching pattern
667+
shell: bash
667668
run: |
668669
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
669670
echo "Version used by compiler to publish nightly release does not match expected pattern"

0 commit comments

Comments
 (0)