diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f47f5c4..15a903d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,9 +28,11 @@ jobs: node-version: "lts/*" cache: "npm" - name: Install dependencies - run: npm clean-install + run: npm ci - name: Verify the integrity of provenance attestations and registry signatures for installed dependencies run: npm audit signatures + - name: Build + run: npm run build - name: Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}