Skip to content

Commit

Permalink
fix: Workflows Add Step Install Plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
mhdiiilham committed Jan 15, 2023
1 parent 393c95c commit 35742f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
with:
node-version: "lts/*"

- name: Install Changelog
run: npm install @semantic-release/changelog -D
- name: Install Plugins
run: npm install @semantic-release/changelog @semantic-release/commit-analyzer @semantic-release/release-notes-generator @semantic-release/git @semantic-release/github -D

- name: Release
env:
Expand Down

0 comments on commit 35742f0

Please sign in to comment.