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 74b4324 commit 7d41e64Copy full SHA for 7d41e64
.github/workflows/publish.yaml
@@ -33,7 +33,7 @@ jobs:
33
id: version
34
run: |
35
VERSION=$(task version)
36
- if [[ ! "$VERSION" =~ ^v[0-9]+\.[0-9]+\.[0-9]+(-dev)?$ ]]; then
+ if [[ ! "$VERSION" =~ ^v[0-9]+\.[0-9]+\.[0-9]+(-dev(-[0-9a-f]*)?)?$ ]]; then
37
echo "Invalid version format in VERSION file: $VERSION"
38
exit 1
39
fi
.github/workflows/release.yaml
@@ -30,7 +30,7 @@ jobs:
30
31
32
0 commit comments