We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45554ad commit f6ad4acCopy full SHA for f6ad4ac
.github/workflows/publish.yml
@@ -43,7 +43,7 @@ jobs:
43
run: |
44
trimmed_tag=${GITHUB_REF#refs/tags/}
45
echo trimmed_tag='"'$trimmed_tag'"'
46
- exit [[ "$trimmed_tag" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]
+ [[ "$trimmed_tag" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] && exit 0 || exit 1
47
48
# if both build and verify-tag passes
49
# downloads build artefact
0 commit comments