We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40956e1 commit 022b1ffCopy full SHA for 022b1ff
.github/workflows/ci.yaml
@@ -664,6 +664,7 @@ jobs:
664
echo "THISBUILD_VERSION=$ver" >> $GITHUB_ENV
665
666
- name: Check is version matching pattern
667
+ shell: bash
668
run: |
669
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
670
echo "Version used by compiler to publish nightly release does not match expected pattern"
0 commit comments