From 1b8439a5304dfef66a6c9a09f6175b4dc3af6819 Mon Sep 17 00:00:00 2001 From: Joakim Carlstein Date: Thu, 18 Jan 2024 11:09:12 +0100 Subject: [PATCH] ci: and does this make any difference? --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e8dbde0..b984a29 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,6 +21,8 @@ jobs: uses: actions/checkout@v4 with: token: ${{ secrets.PAT_GITHUB_TOKEN }} + persist-credentials: false + fetch-depth: 0 - uses: pnpm/action-setup@v2.4.0 with: