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