We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a5e259 + 0016219 commit 91e1168Copy full SHA for 91e1168
.github/workflows/tag-recreate-lts.yml
@@ -130,8 +130,8 @@ jobs:
130
131
# Validate semantic versioning format (semver 2.0)
132
if ! echo "$RELEASE_TAG" | grep -Eq '^[0-9]+\.[0-9]+\.[0-9]+(-[0-9A-Za-z.-]+)?(\+[0-9A-Za-z.-]+)?$'; then
133
- echo "Error: Release tag '$RELEASE_TAG' does not match semantic versioning format (X.Y.Z[-prerelease][+build])"
134
- exit 1
+ echo "Warning: Release tag '$RELEASE_TAG' does not match semantic versioning format - skipping"
+ exit 0
135
fi
136
137
echo "release_tag=$RELEASE_TAG" >> "$GITHUB_OUTPUT"
0 commit comments