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