From dc777c0214582a13cbbfd714eeac24e40c6029f6 Mon Sep 17 00:00:00 2001 From: mscno Date: Thu, 16 Jan 2025 10:21:51 +0100 Subject: [PATCH] fix: set checkout depth to 0 in CI --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5213c462..4a93c6cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,6 +21,9 @@ jobs: steps: - uses: actions/checkout@v4 + with: + # Important so we can merge branches + fetch-depth: 0 - name: Set version id: version