From f6dbcf156551cf49b09413846fc954b6fab880e3 Mon Sep 17 00:00:00 2001 From: Jun Nishimura Date: Mon, 1 Apr 2024 00:21:05 +0900 Subject: [PATCH] fix: release.yml --- .github/workflows/release.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 24236d2..ce80fa7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,10 +21,6 @@ jobs: uses: actions/setup-node@v3 with: node-version: "lts/*" - - name: Install dependencies - run: npm clean-install - - name: Verify the integrity of provenance attestations and registry signatures for installed dependencies - run: npm audit signatures - name: Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}