Skip to content

Commit

Permalink
ci(release): add build step before release step
Browse files Browse the repository at this point in the history
  • Loading branch information
Nargonath committed Oct 25, 2023
1 parent 0f062cc commit 888503d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 888503d

Please sign in to comment.