From 97833d16898aab286f22fd0e84468117b66cd5f3 Mon Sep 17 00:00:00 2001 From: hofp37 Date: Tue, 10 Feb 2026 15:19: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/npm-publish.yml | 4 +--- CHANGELOG.md | 3 +++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 010cc19..d93860d 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -15,6 +15,4 @@ jobs: node-version: '24.x' registry-url: 'https://registry.npmjs.org' - run: pnpm i --frozen-lockfile - - run: pnpm publish --provenance --access public --no-git-checks - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + - run: pnpm publish --no-git-checks diff --git a/CHANGELOG.md b/CHANGELOG.md index 34d1aa9..5259b74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## [Unreleased] +### Note +- Remove provenance flag and public access level from npm publish command. + ## [2.1.0] 2026-02-10 ### Added