We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57b4b10 commit 254101eCopy full SHA for 254101e
1 file changed
.github/workflows/release.yaml
@@ -26,7 +26,7 @@ jobs:
26
id: version
27
run: |
28
VERSION=$(cat VERSION)
29
- if [[ ! "$VERSION" =~ ^v[0-9]+\.[0-9]+\.[0-9]+(-dev(-[0-9a-f]*)?)?$ ]]; then
+ if [[ ! "$VERSION" =~ ^v?[0-9]+\.[0-9]+\.[0-9]+(-dev(-[0-9a-f]*)?)?$ ]]; then
30
echo "Invalid version format: $VERSION"
31
exit 1
32
fi
0 commit comments