From 273dbae5e7d582326f195817c26159434d0f3401 Mon Sep 17 00:00:00 2001 From: q Date: Tue, 18 Aug 2026 00:22:02 +0800 Subject: [PATCH] ci: only publish GitHub releases for v* tags Agent/feature tags were matching '*' and becoming Latest, which also multiplied auto-generated notes. Co-authored-by: Cursor --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index bea3e6a..ab85458 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -8,7 +8,7 @@ on: workflow_dispatch: push: tags: - - '*' + - 'v*' branches-ignore: - '*' paths-ignore: