From 565bb30d72f74046996265e640c63a0b99ce483e Mon Sep 17 00:00:00 2001 From: rax-it Date: Fri, 12 Sep 2025 10:24:02 -0700 Subject: [PATCH] fix: release persist creds --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4c71f4a244..eac5cce729 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: with: fetch-depth: 0 token: ${{ secrets.WORKFLOW_PAT }} - persist-credentials: false + persist-credentials: true - name: Setup Node uses: actions/setup-node@v4