From d40bbc5891352dd8504d681e29c68c76ac59b8c0 Mon Sep 17 00:00:00 2001 From: KC Berg Date: Wed, 9 Jul 2025 13:44:59 -0600 Subject: [PATCH] fix: update prepare-release workflow --- .github/workflows/prepare-release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index 4abe556..a05a191 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -39,8 +39,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 with: - ref: main - fetch-depth: 0 + persist-credentials: 'false' - name: Set up Python uses: actions/setup-python@v5 with: @@ -72,4 +71,4 @@ jobs: fi - name: Push version bump commit run: | - git push origin HEAD:main \ No newline at end of file + git push \ No newline at end of file