From 456179c39c3c664dd8fd38f9b2d8d66fd26b4e38 Mon Sep 17 00:00:00 2001 From: vados Date: Sat, 9 Dec 2023 16:34:03 +0900 Subject: [PATCH] fix(ci): fetch depth for original pull Signed-off-by: vados --- .github/workflows/prep-release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/prep-release.yaml b/.github/workflows/prep-release.yaml index f7018a2..4055b7e 100644 --- a/.github/workflows/prep-release.yaml +++ b/.github/workflows/prep-release.yaml @@ -17,6 +17,8 @@ jobs: steps: # Checkout the full repository history - uses: actions/checkout@v3 + with: + fetch-depth: 0 # Set up caching - uses: Swatinem/rust-cache@v2