diff --git a/.github/workflows/plugin-ci.yaml b/.github/workflows/plugin-ci.yaml index cb132b1..07e8947 100644 --- a/.github/workflows/plugin-ci.yaml +++ b/.github/workflows/plugin-ci.yaml @@ -48,7 +48,7 @@ jobs: # Version must be SemVer version = pkg.get("version", "") - if version and not re.match(r'^\d+\.\d+\.\d+', str(version)): + if version and not re.match(r'^\d+\.\d+\.\d+$', str(version)): errors.append(f"version '{version}' is not SemVer (expected X.Y.Z)") # Headlamp plugin annotations