From 6968205234a9c43ed8af6f8b1a7355e6374f7cca Mon Sep 17 00:00:00 2001 From: Sysix Date: Tue, 17 Dec 2024 11:32:44 +0100 Subject: [PATCH] cI: fix release --- .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 bb83da0..f0fc19d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: 0 - persist-credentials: false + persist-credentials: true - uses: ./.github/actions/pnpm