We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c080ac7 commit 56bc7fbCopy full SHA for 56bc7fb
.github/workflows/publish.yml
@@ -20,7 +20,7 @@ jobs:
20
if [[ $GITHUB_REF == refs/tags/* ]]; then
21
TAG="${GITHUB_REF#refs/tags/}"
22
echo "This is a tag push ($TAG)"
23
- if [[ ! "$TAG" =~ ^[6-9]\.[0-9]\.[0-9](-(M|RC|CP)[0-9]{2})?_[0-9]$ ]]; then
+ if [[ ! "$TAG" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
24
echo "❌ Invalid tag format: $TAG"
25
exit 1
26
fi
0 commit comments