Skip to content

Commit

Permalink
👷 build(relase): CI auto release correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaioguilherme1 committed Apr 25, 2024
1 parent 2dcf622 commit 4a78880
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Relase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
token: "${{ secrets.PERSONAL_ACCESS_TOKEN }}"
- name: Create bump and changelog
uses: commitizen-tools/commitizen-action@master
run: pip install cz_gitmoji
run: pip install --upgrade pip && pip install cz-conventional-gitmoji
with:
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
changelog_increment_filename: chagelog.md
Expand Down
26 changes: 0 additions & 26 deletions CHANGELOG.md

This file was deleted.

0 comments on commit 4a78880

Please sign in to comment.