From 52d2fcd0cb697c89452c1f10225154eab77f0785 Mon Sep 17 00:00:00 2001 From: log1997 <2694233102@qq.com> Date: Mon, 5 Jan 2026 09:59:46 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9D=20release=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E8=8E=B7=E5=8F=96commit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 969dd5e..0e38abf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -113,6 +113,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Download web build artifact uses: actions/download-artifact@v4 @@ -127,4 +129,4 @@ jobs: name: 'Release ${{ github.ref_name }}' draft: true prerelease: false - generate_release_notes: true + generate_release_notes: true \ No newline at end of file