From 2cdca2e5619e2171940f8830fd3de0e1c4d675c1 Mon Sep 17 00:00:00 2001 From: David Berry <97696351+davidberry-sb@users.noreply.github.com> Date: Tue, 7 Jul 2026 14:12:01 -0400 Subject: [PATCH] Update draft-release.yml for new token format --- .github/workflows/draft-release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 0825d58..826334c 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -38,9 +38,10 @@ jobs: echo "::add-mask::$SECRET_VALUE" echo "GITHUB_TOKEN=$SECRET_VALUE" >> $GITHUB_OUTPUT - name: Checkout Codebase - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: - fetch-depth: 2 + token: ${{ steps.get-token.outputs.GITHUB_TOKEN }} + fetch-depth: 0 - name: Detect new tag version from package.json id: package-version