From 7105b0a9221f30ca70645b43bf90cfbe22cf38e6 Mon Sep 17 00:00:00 2001 From: Jun Chang <52chinaweb@gmail.com> Date: Tue, 8 Apr 2025 11:53:33 +0800 Subject: [PATCH] chore(action): set fetch-depth to 0 in release workflow --- .github/workflows/ release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ release.yml b/.github/workflows/ release.yml index f8ed6a3..3d5303a 100644 --- a/.github/workflows/ release.yml +++ b/.github/workflows/ release.yml @@ -14,6 +14,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + fetch-depth: 0 - uses: pnpm/action-setup@v4 name: Install pnpm