From 0eebb0859cc106c340e6a31a00ee9ed6127d4f48 Mon Sep 17 00:00:00 2001 From: mmcky Date: Sun, 23 Nov 2025 21:04:35 +1100 Subject: [PATCH] FIX: Add fetch-depth: 0 to publish workflow for git metadata features --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3a87a11f6..104e5b310 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,6 +10,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v5 + with: + fetch-depth: 0 - name: Setup Anaconda uses: conda-incubator/setup-miniconda@v3 with: