diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a5a52db..d690f00 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,6 +35,8 @@ jobs: run: pnpm i - name: Verify the integrity of provenance attestations and registry signatures for installed dependencies run: pnpm audit signatures + - name: Build + run: pnpm build - name: Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}