Skip to content

Commit c549323

Browse files
authored
🔧 ci: fix global install script
1 parent b57ca29 commit c549323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: npm run release
3535

3636
- name: 🔧 Install Gitmoji Changelog
37-
run: npm i -G gitmoji-changelog
37+
run: npm i -g gitmoji-changelog
3838

3939
- name: 📜 Generate Changelog
4040
run: gitmoji-changelog

0 commit comments

Comments
 (0)