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 c6507c6 commit fc701c0Copy full SHA for fc701c0
.github/workflows/vc.yaml
@@ -32,7 +32,6 @@ jobs:
32
else
33
echo "dev_version=false" >> $GITHUB_OUTPUT
34
fi
35
- return 1
36
37
- name: get target version
38
id: get-target-version-step
@@ -45,6 +44,6 @@ jobs:
45
44
# check if version format is matched to SemVer
46
VER_REGEX='^(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)$'
47
if [[ ! $(cat VERSION | tr -d '\n' | sed s/-dev//) =~ $VER_REGEX ]]; then
48
+ exit 1
49
50
- return 0
+ exit 0
0 commit comments