Skip to content

Commit d6d8fd3

Browse files
committed
ci: install release plugins
1 parent b87033b commit d6d8fd3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@ jobs:
8383
with:
8484
fetch-depth: 0
8585

86+
- name: Plugins
87+
run: |
88+
npm install -g \
89+
@semantic-release/changelog \
90+
@semantic-release/exec
91+
8692
- name: Release
8793
uses: codfish/semantic-release-action@master
8894
env:

0 commit comments

Comments
 (0)