From ccde06a3223c5cbebcb1f3d213ecb3b9ffe4010a Mon Sep 17 00:00:00 2001 From: Mateusz Filipowicz Date: Sun, 23 Feb 2025 20:10:28 +0100 Subject: [PATCH] chore: do not unshallow on release due to full checkout depth --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4949241..a8fc69d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,8 +15,6 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - - name: Unshallow - run: git fetch --prune --unshallow - name: Set up Go uses: actions/setup-go@v5 with: