From 91590b58f6b292ee5c2e388c3476c59d4c655a18 Mon Sep 17 00:00:00 2001 From: Paillat-dev Date: Sun, 8 Feb 2026 22:56:17 +0100 Subject: [PATCH] :fire: Remove `--provenance` flag from pnpm publish command in publish workflow. --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 4ac9c2c..a78059d 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -53,4 +53,4 @@ jobs: run: pnpm build - name: Publish to NPM - run: pnpm publish --access public --provenance --no-git-checks --tag ${{ steps.version.outputs.tag }} + run: pnpm publish --access public --no-git-checks --tag ${{ steps.version.outputs.tag }}