Skip to content

Commit

Permalink
ci: install conventional-changelog-conventionalcommits in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
igboyes committed Oct 12, 2021
1 parent 80fd6c7 commit 0b8ab34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
node-version: 14
- name: Install semantic-release
run: npm i semantic-release@v18.0.0
run: npm i semantic-release@v18.0.0 conventional-changelog-conventionalcommits@4.6.1
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 0b8ab34

Please sign in to comment.