From b291d01466078f7a6b40774b502693a6602298af Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Tue, 3 Dec 2024 10:16:17 +0800 Subject: [PATCH] fix: fetch-depth --- .github/workflows/Build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 13665a9..97a6c78 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -13,6 +13,8 @@ jobs: steps: - name: Check out code uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Set up Bun uses: oven-sh/setup-bun@v1 @@ -38,4 +40,4 @@ jobs: run: bun x changelogithub env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - +