From e2c22b652c44a64c3aacf22c61480a2c246b3449 Mon Sep 17 00:00:00 2001 From: Jonathan Haas Date: Mon, 20 Apr 2026 14:03:02 -0700 Subject: [PATCH] ci: avoid duplicate release tag auth headers --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5c977c9..97b19f6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,6 +20,7 @@ jobs: uses: actions/checkout@v6 with: fetch-depth: 0 + persist-credentials: false - name: Fetch tags run: git fetch --force --tags origin