Skip to content

Commit ef477bc

Browse files
committed
🔧 ci: fix yml syntax
1 parent a109e1e commit ef477bc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2929
run: npx semantic-release
3030

31+
- name: 🔧 Install gitmoji-changelog
32+
run: npm install -g gitmoji-changelog
33+
3134
- name: 📝 Generate Changelog
32-
- run: npm install -g gitmoji-changelog
3335
- run: gitmoji-changelog

0 commit comments

Comments
 (0)