From f9a36370244b348d02138c29cbf05150a8958ca4 Mon Sep 17 00:00:00 2001 From: Aboubacar Doucoure Date: Thu, 21 Mar 2024 12:38:17 +0100 Subject: [PATCH] fix: disabled audit --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aee6727..7fded33 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -84,8 +84,8 @@ jobs: uses: mskelton/setup-yarn@v1 - name: Install dependencies run: yarn --frozen-lockfile - - name: Verify the integrity of provenance attestations and registry signatures for installed dependencies - run: npm audit signatures + # - name: Verify the integrity of provenance attestations and registry signatures for installed dependencies + # run: npm audit signatures - name: Release run: yarn semantic-release env: