Skip to content

Commit 2277a88

Browse files
committed
feat(semantic-release): add semantic-release/exec plugin
1 parent 8ccd182 commit 2277a88

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/semantic-release.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,13 @@ jobs:
2929
with:
3030
node-version: "lts/*"
3131
- name: Install Semantic Release
32-
run: npm install --save-optional semantic-release conventional-changelog-conventionalcommits @semantic-release/changelog @semantic-release/git
32+
run: >
33+
npm install
34+
semantic-release
35+
conventional-changelog-conventionalcommits
36+
@semantic-release/changelog
37+
@semantic-release/exec
38+
@semantic-release/git
3339
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
3440
run: npm audit signatures
3541
- name: Semantic Release

0 commit comments

Comments
 (0)