From 279a15f6adce432dc20cf45a76070cb2cefbfa8f Mon Sep 17 00:00:00 2001 From: Tony Date: Thu, 5 Feb 2026 14:09:23 -0600 Subject: [PATCH] fix --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cefa958..a4b2381 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,10 +61,6 @@ jobs: runs-on: ubuntu-latest needs: build steps: - - name: Checkout (tag) - uses: actions/checkout@v4 - with: - fetch-depth: 0 # ------------------------- # RC-only step # ------------------------- @@ -95,6 +91,10 @@ jobs: runs-on: ubuntu-latest needs: build steps: + - name: Checkout (tag) + uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Checkout gh-pages branch run: | set -euo pipefail