From 69985aa63c9e92d545313aa1b7a9e9e5367f7368 Mon Sep 17 00:00:00 2001 From: Gugustinette Date: Sun, 8 Sep 2024 20:04:51 +0200 Subject: [PATCH] chore: disable npm provenance to enable releasing because npm crashes for some reason --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f1c0dff..7da40bd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: run: npx nx release publish ${{ github.event.release.tag_name }} --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - NPM_CONFIG_PROVENANCE: true + NPM_CONFIG_PROVENANCE: false # Fix the package-lock.json file - name: Fix package-lock.json run: npm install