From ee35b6cdf9ab31d69ca7cdd004b06a1b8c494228 Mon Sep 17 00:00:00 2001 From: Friedemann Sommer Date: Sun, 12 Nov 2023 01:40:18 +0100 Subject: [PATCH] added provenance flag to package publish --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2352a467..96caae49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,6 @@ jobs: registry-url: 'https://registry.npmjs.org' - run: npm ci --no-fund --no-audit - run: npm run build:dist - - run: npm publish --access public --verbose + - run: npm publish --access public --verbose --provenance env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}