From 811bfd3a7c97b7f40f84fc41ff9971ce4179a453 Mon Sep 17 00:00:00 2001 From: jackchuka Date: Thu, 5 Feb 2026 15:35:44 +0900 Subject: [PATCH] fix: release tag filter --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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