Skip to content

Commit e385407

Browse files
committed
🔧 ci: fix release script
1 parent c1d879e commit e385407

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
@@ -31,7 +31,7 @@ jobs:
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3333
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
34-
run: npm run semantic-release
34+
run: npm run release
3535

3636
- name: 📜 Generate Gitmoji Changelog
3737
run: npx gitmoji-changelog

0 commit comments

Comments
 (0)