From 2384c0d22ca426d85eb188b7c285deb515a6d92a Mon Sep 17 00:00:00 2001 From: Gil Desmarais Date: Thu, 4 Jun 2026 22:15:14 +0200 Subject: [PATCH] chore: fix duplicate git auth headers and release-drafter option in bump-version workflow --- .github/workflows/bump-version.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 30a98c44..2d0e2623 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -31,6 +31,7 @@ jobs: uses: actions/checkout@v6 with: fetch-depth: 0 + persist-credentials: false - name: Assert main branch run: | @@ -45,7 +46,7 @@ jobs: uses: release-drafter/release-drafter@v6 with: config-name: release-drafter.yml - disable-releases: true + disable-releaser: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}