Skip to content

Commit 94aee29

Browse files
committed
ci(release): add conventialcommits depends
1 parent 6183842 commit 94aee29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
uses: actions/setup-node@v2
1717
with:
1818
node-version: 'lts/*'
19+
- name: Install dependencies
20+
run: npm i --save-dev conventional-changelog-conventionalcommits
1921
- name: Release
2022
env:
2123
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)