Skip to content

Commit fe6f76a

Browse files
committed
fix: install semantic-release plugins before running
1 parent ed32fb7 commit fe6f76a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
version: "~> v2"
3838
install-only: true
3939

40+
- name: Install plugins
41+
run: npm install @semantic-release/git @semantic-release/exec
42+
4043
- name: Run semantic-release
4144
run: npx semantic-release
4245
env:

0 commit comments

Comments
 (0)