Skip to content

Commit

Permalink
Merge pull request #2317 from iamkun/dev
Browse files Browse the repository at this point in the history
D2M
  • Loading branch information
iamkun committed May 29, 2023
2 parents f18e4a2 + cfd4bc8 commit 454cd09
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 @@ -30,6 +30,8 @@ jobs:
node-version: "lts/*" # semantic-release requires Node >= 18
- name: Install dependencies
run: npm clean-install
- name: Build
run: npm run build && npm run babel
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures
- name: Release
Expand Down

0 comments on commit 454cd09

Please sign in to comment.