From 2f1b0270e7482841094fe533d0513edd266caead Mon Sep 17 00:00:00 2001 From: Connor Smith Date: Thu, 16 Jan 2025 23:42:05 +1100 Subject: [PATCH] wip --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6e39d0f..4982ea8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Get next version id: next_version