fix: Remove redundant conditional check for tag validation in release workflow

This commit is contained in:
2026-05-20 16:40:56 +02:00
parent 726520c9de
commit d451d58fc4
-1
View File
@@ -85,7 +85,6 @@ jobs:
TAG="v${major}.${minor}.${patch}"
fi
fi
fi
if ! echo "$TAG" | grep -Eq '^v[0-9]+\.[0-9]+\.[0-9]+(-dev(\.[0-9]+)?)?$'; then
echo "Error: tag '$TAG' is not valid semver (vX.Y.Z or vX.Y.Z-dev)"