From a1d49556d231ddcf827d86bd29d52ede0d0ed71a Mon Sep 17 00:00:00 2001 From: status102 <102887808+status102@users.noreply.github.com> Date: Mon, 3 Mar 2025 15:15:05 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20nightly=E7=89=88=E6=9C=AC=E6=89=93?= =?UTF-8?q?=E5=8C=85tag=E8=8E=B7=E5=8F=96=20(#12076)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release-nightly-ota.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-nightly-ota.yml b/.github/workflows/release-nightly-ota.yml index 2898a9c1c7..8f7fe54307 100644 --- a/.github/workflows/release-nightly-ota.yml +++ b/.github/workflows/release-nightly-ota.yml @@ -46,7 +46,10 @@ jobs: #ref: ${{ inputs.ref }} token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 250 - fetch-tags: true + + - name: Fetch tags + run: | + git fetch --depth=250 --tags - name: Fetch submodules run: |