fix: Add missing dependency
This commit is contained in:
parent
543c8f6ae9
commit
03484641b4
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ runs:
|
|||
with:
|
||||
node-version: "lts/*"
|
||||
- name: Install dependencies
|
||||
run: npm install semantic-release @saithodev/semantic-release-gitea
|
||||
run: npm install semantic-release @saithodev/semantic-release-gitea @semantic-release/changelog
|
||||
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
|
||||
run: npm audit signatures
|
||||
- name: Release
|
||||
|
|
Loading…
Add table
Reference in a new issue