Skip to content

Commit 5d1e461

Browse files
Yet another GHA tweak
1 parent 79ffa5d commit 5d1e461

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/publish_release.yaml

-8
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,6 @@ jobs:
1414
- name: Checkout code
1515
uses: actions/[email protected]
1616

17-
- name: Check if tag follows SemVer
18-
id: semver-check
19-
run: |
20-
if ! [[ "${{ github.event.ref }}" =~ ^refs/tags/v[0-9]+\.[0-9]+\.[0-9]+(-[a-zA-Z0-9]+)?$ ]]; then
21-
echo "Invalid tag format. Tags must follow SemVer (e.g., v1.0.0)."
22-
exit 1
23-
fi
24-
2517
create-release:
2618
runs-on: ubuntu-latest
2719
needs: check-tag

0 commit comments

Comments
 (0)