Skip to content

Commit

Permalink
install plugins for semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
keonik committed Jun 30, 2023
1 parent 24164d3 commit 9cd427f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
node-version: 'lts/*'
- name: Install dependencies
run: npm clean-install
run: npm clean-install && npm i @semantic-release/changelog @semantic-release/commit-analyzer @semantic-release/release-notes-generator
- 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 9cd427f

Please sign in to comment.