We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ccd182 commit 2277a88Copy full SHA for 2277a88
.github/workflows/semantic-release.yaml
@@ -29,7 +29,13 @@ jobs:
29
with:
30
node-version: "lts/*"
31
- name: Install Semantic Release
32
- run: npm install --save-optional semantic-release conventional-changelog-conventionalcommits @semantic-release/changelog @semantic-release/git
+ run: >
33
+ npm install
34
+ semantic-release
35
+ conventional-changelog-conventionalcommits
36
+ @semantic-release/changelog
37
+ @semantic-release/exec
38
+ @semantic-release/git
39
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
40
run: npm audit signatures
41
- name: Semantic Release
0 commit comments