Skip to content

Commit

Permalink
🔧 ci: fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
gleisonkz committed May 28, 2022
1 parent c1d879e commit e385407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm run semantic-release
run: npm run release

- name: 📜 Generate Gitmoji Changelog
run: npx gitmoji-changelog
Expand Down

0 comments on commit e385407

Please sign in to comment.