From 69a34a5a82133298dc96cf3b60eb1dd88feb0d53 Mon Sep 17 00:00:00 2001 From: Tony Date: Thu, 5 Feb 2026 14:03:24 -0600 Subject: [PATCH] test --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 55420e5..cefa958 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,6 +61,10 @@ jobs: runs-on: ubuntu-latest needs: build steps: + - name: Checkout (tag) + uses: actions/checkout@v4 + with: + fetch-depth: 0 # ------------------------- # RC-only step # -------------------------