Skip to content

Commit

Permalink
add missing build step
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Nov 9, 2023
1 parent 3671e23 commit 9959ef2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 9959ef2

Please sign in to comment.