From d777af2b00a7e6b5e8a9081348f6b266275cfb12 Mon Sep 17 00:00:00 2001 From: hofp37 Date: Tue, 10 Feb 2026 15:12:50 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Remove=20npm=20publish=20provena?= =?UTF-8?q?nce=20flag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package is publish with provenance by default when having trusted publishing REDMINE-100208 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cfbaec6..35414f9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,4 +32,4 @@ jobs: run: npm run build - name: Publish to npm - run: npm publish --access public --provenance + run: npm publish