From fdaee25790cfca56e70d3175ae6271b840f6b351 Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Mon, 8 Jun 2026 18:45:06 -0700 Subject: [PATCH] fixup: persist credentials for tag creation --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2bc12a3..a9e5bfa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,8 +26,6 @@ jobs: echo "shorttag=$shorttag" >> "$GITHUB_OUTPUT" - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - with: - persist-credentials: false - name: Create the short tag env: SHORTTAG: ${{ steps.check_tag.outputs.shorttag }}