From 6f36b586ba1cc49074573d07ca397d18e9eecd16 Mon Sep 17 00:00:00 2001 From: Christopher Angelo Phillips <32073428+spiffcs@users.noreply.github.com> Date: Mon, 21 Jul 2025 15:23:14 -0400 Subject: [PATCH] chore: update release workflow to persist credentials for git tag step (#4069) Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com> --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c28863f49..72503c545 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -119,7 +119,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2 with: fetch-depth: 0 - persist-credentials: false + persist-credentials: true - name: Bootstrap environment uses: ./.github/actions/bootstrap