We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ecaa2 commit bc2eca1Copy full SHA for bc2eca1
.github/workflows/binary-publish.yml
@@ -16,7 +16,7 @@ jobs:
16
run: |
17
TAG_NAME="${{ github.event.release.tag_name }}"
18
echo "Checking tag $TAG_NAME for ARC build"
19
- (echo "$TAG_NAME" | grep -Eq '^8\.[0-9]+\.[0-9]+$') && echo "run_jobs=true" >> $GITHUB_OUTPUT || echo "run_jobs=false" >> $GITHUB_OUTPUT
+ (echo "$TAG_NAME" | grep -Eq '^([8-9]|[1-9][0-9]+)\.[0-9]+\.[0-9]+$') && echo "run_jobs=true" >> $GITHUB_OUTPUT || echo "run_jobs=false" >> $GITHUB_OUTPUT
20
21
- name: Get the version from the tag
22
id: get-version
0 commit comments