Skip to content

Commit 91e1168

Browse files
authored
Merge branch 'main' into dependabot/pip/uuid-utils-0.14.0
2 parents 8a5e259 + 0016219 commit 91e1168

File tree

2 files changed

+548
-2
lines changed

2 files changed

+548
-2
lines changed

.github/workflows/tag-recreate-lts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ jobs:
130130
131131
# Validate semantic versioning format (semver 2.0)
132132
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
133+
echo "Warning: Release tag '$RELEASE_TAG' does not match semantic versioning format - skipping"
134+
exit 0
135135
fi
136136
137137
echo "release_tag=$RELEASE_TAG" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)