We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1bd6e5 commit b915b4cCopy full SHA for b915b4c
.github/workflows/build.yml
@@ -70,7 +70,7 @@ jobs:
70
if [[ "$TAG_VERSION" =~ ^[0-9]+\.[0-9]+$ ]]; then
71
TAG_VERSION="${TAG_VERSION}.0"
72
fi
73
- if [[ ! "$TAG_VERSION" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
+ if [[ ! "$TAG_VERSION" =~ ^[0-9]+\.[0-9]+\.[0-9]+(-[a-zA-Z0-9.]+)?$ ]]; then
74
echo "Error: Invalid version format: $TAG_VERSION"
75
exit 1
76
0 commit comments