From 6686d5a051b738567412c0e0fc38a15ce7062000 Mon Sep 17 00:00:00 2001 From: Michael Lehmann Date: Fri, 26 Jun 2026 14:54:03 -0700 Subject: [PATCH] chore(docs): fix automated readme version bumping (#1850) --- .github/workflows/release-please.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index d53e6eb..08e27e9 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -48,6 +48,7 @@ uses: actions/checkout@v5 with: fetch-depth: 0 + persist-credentials: false - name: Tag Major Version if: ${{ steps.release.outputs.release_created }}