From f2de7bb124e9e4216978cdde9814d554324447ac Mon Sep 17 00:00:00 2001 From: Steve Johnson Date: Sun, 22 Oct 2023 21:15:41 +0800 Subject: [PATCH] fix: pull all history to fillful git describe --- .github/workflows/build-release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-release.yaml b/.github/workflows/build-release.yaml index f3f780ff..1fda7145 100644 --- a/.github/workflows/build-release.yaml +++ b/.github/workflows/build-release.yaml @@ -17,6 +17,8 @@ jobs: steps: - name: Checkout Repository uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Checkout submodules run: git submodule update --init --recursive --remote