We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcec4a8 commit 9ecbcfaCopy full SHA for 9ecbcfa
.github/workflows/ci.yaml
@@ -581,6 +581,7 @@ jobs:
581
echo "THISBUILD_VERSION=$ver" >> $GITHUB_ENV
582
583
- name: Check is version matching pattern
584
+ shell: bash
585
run: |
586
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
587
echo "Version used by compiler to publish nightly release does not match expected pattern"
0 commit comments