From 6166d9de3f9e5fa9009dd12db057504ab45bb8b7 Mon Sep 17 00:00:00 2001 From: naiba Date: Wed, 20 Nov 2024 22:32:02 +0800 Subject: [PATCH] chore: fetch depth 0 --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b285840..17aabe6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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