Skip to content

Commit

Permalink
fix: add semantic release (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsevcik committed Jul 25, 2024
1 parent 8515dc0 commit 20c8eb1
Show file tree
Hide file tree
Showing 3 changed files with 5,952 additions and 239 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
node-version: "lts/*"
- name: Install dependencies
run: npm clean-install
- name: Build package
run: npm run build
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures
- name: Release
Expand Down
Loading

0 comments on commit 20c8eb1

Please sign in to comment.