From 02fdffed7af420be676c3ac1856dcf5e5681fdbe Mon Sep 17 00:00:00 2001 From: fxliang Date: Sat, 28 Sep 2024 23:13:16 +0800 Subject: [PATCH] ci: fix release ci --- .github/workflows/release-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-ci.yml b/.github/workflows/release-ci.yml index 621581a9d..47d6630f2 100644 --- a/.github/workflows/release-ci.yml +++ b/.github/workflows/release-ci.yml @@ -24,6 +24,7 @@ jobs: fetch-depth: 0 - name: Fetch all tags + if: github.ref == 'refs/heads/master' run: git fetch --tags - name: Configure build environment