From a961132e2cc6975ad9a536e8084572a86f81a2d9 Mon Sep 17 00:00:00 2001 From: Yuzu Date: Sat, 25 Jul 2026 00:55:20 +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/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 765a696..22d6fd7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ on: branches: - main tags: - - 'v*' + - '[0-9]*.[0-9]*.[0-9]*' pull_request: permissions: @@ -102,7 +102,7 @@ jobs: release: needs: build - if: startsWith(github.ref, 'refs/tags/v') + if: startsWith(github.ref, 'refs/tags/') runs-on: ubuntu-latest permissions: contents: write