From 1fa3b63edb83d1d52f926618f0c3267b79e48e07 Mon Sep 17 00:00:00 2001 From: Madis Otenurm Date: Mon, 16 Dec 2024 18:11:06 +0100 Subject: [PATCH] Update publish.yml (#147) --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e471fd0..00092ec 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,6 +9,8 @@ jobs: steps: - name: Checkout Repository uses: actions/checkout@v4 + with: + persist-credentials: false - name: Enable CorePack run: corepack enable pnpm - name: Prepare CorePack