From 6597121f8cce0c4a13b37c61192b41819e499b38 Mon Sep 17 00:00:00 2001 From: Yuzu Date: Mon, 27 Jul 2026 13:41:06 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20ci:=20drop=20v=20prefix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2f22c8..baa4381 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI on: push: branches: [main] - tags: ["v*.*.*"] + tags: ["*.*.*"] pull_request: jobs: @@ -55,7 +55,7 @@ jobs: path: dist/* release: - if: startsWith(github.ref, 'refs/tags/v') + if: startsWith(github.ref, 'refs/tags/') needs: build runs-on: ubuntu-latest permissions: