diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8ab9222..3d434b1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ name: Release on: push: tags: - - "v*" + - "v[0-9]+.[0-9]+.[0-9]+" # Semantic versions only (e.g., v1.0.0), excludes action tags (v1) permissions: contents: write