From 34a9185295a6e37d2a2d6cc8e459af83a84c8d77 Mon Sep 17 00:00:00 2001 From: fxliang Date: Mon, 29 Jul 2024 17:38:10 +0800 Subject: [PATCH] ci: fix fetch tags --- .github/workflows/release-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-ci.yml b/.github/workflows/release-ci.yml index b549bc385..098fc7511 100644 --- a/.github/workflows/release-ci.yml +++ b/.github/workflows/release-ci.yml @@ -21,7 +21,9 @@ jobs: uses: actions/checkout@v4 with: submodules: recursive - tags: true + + - name: Fetch all tags + run: git fetch --tags - name: Configure build environment shell: bash