From c756bab89bacff32076347ae7b00c54f6a002c76 Mon Sep 17 00:00:00 2001 From: magicdawn Date: Tue, 11 Jun 2024 21:24:03 +0800 Subject: [PATCH] ci: specify fetch-depth --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1d3cde0..2d183c2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,6 +16,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - uses: pnpm/action-setup@v4