From 836bb504459fc2aa2c351267aef245820b305e1b Mon Sep 17 00:00:00 2001 From: Yang Chao Date: Sat, 1 Jul 2023 18:02:24 +0800 Subject: [PATCH] fix version detection --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6730688..f3e2bf8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,6 +17,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Download artifact uses: actions/download-artifact@v3