From aebd8572942991d8f8566d467a33091d7ace763b Mon Sep 17 00:00:00 2001 From: Jan Rada <31016933+ZelvaMan@users.noreply.github.com> Date: Fri, 21 Jun 2024 19:55:51 +0200 Subject: [PATCH] get rid of provenance --- .github/workflows/publish.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d3e52ec..19fd7d1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,7 +25,7 @@ jobs: # this would # - name: Ensure tag matches package.json version # run: npm version ${VERSION} - - run: npm publish --provenance --access public + - run: npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.KEENMATE_NPM_TOKEN}} - name: Create release diff --git a/package.json b/package.json index ed6b3af..265328c 100644 --- a/package.json +++ b/package.json @@ -73,4 +73,4 @@ "lodash.uniqby": "^4.7.0", "svelte-highlight": "^7.6.1" } -} +} \ No newline at end of file