From 75f6b33de9f5f4a48cb97f30b2f9633e4a8a06d9 Mon Sep 17 00:00:00 2001 From: Phil Elson Date: Tue, 17 Jun 2025 05:48:52 +0200 Subject: [PATCH] Get a full clone when building, this ensures the version is correct --- .github/workflows/python-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 35bbe2f..8ba599c 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - fetch-depth: 1 + fetch-depth: 0 fetch-tags: true - uses: actions/setup-node@v4