From 3b379d8dc98e70c95b0febd39859498abf8c79e6 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Wed, 13 Sep 2023 16:08:15 -0400 Subject: [PATCH] CI: Drop fetch-tags setting from checkout step This seems to cause a conflict when the workflow is triggered by a tag itself: https://github.com/actions/checkout/issues/1467 --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 566589e..88954a9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,6 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 10 - fetch-tags: true - name: Set up Python id: setup