From 004b8ac16c3cf7a9d4727e65761d37c410e09ee7 Mon Sep 17 00:00:00 2001 From: xermicus Date: Thu, 20 Mar 2025 20:07:04 +0100 Subject: [PATCH] Update release.yml (#265) The Release workflow used to work with a fetch-depth: 0 - not sure why this is required but yolo-ing it in for a test --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 21280bc..e26e326 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,6 +29,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-tags: true + fetch-depth: 0 - name: Check Versions id: versions