Skip to content

Commit b57ca29

Browse files
committed
🔧 ci: install changelog globally
1 parent 33993dd commit b57ca29

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,12 @@ jobs:
3333
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3434
run: npm run release
3535

36-
- name: 📜 Generate Gitmoji Changelog
37-
run: npm run changelog
36+
- name: 🔧 Install Gitmoji Changelog
37+
run: npm i -G gitmoji-changelog
38+
39+
- name: 📜 Generate Changelog
40+
run: gitmoji-changelog
3841

3942
- uses: stefanzweifel/git-auto-commit-action@v4
4043
with:
41-
commit_message: ':pencil: docs: update changelog [skip ci]'
44+
commit_message: ':memo: docs: update changelog [skip ci]'

0 commit comments

Comments
 (0)