Skip to content

Commit

Permalink
👷 build(relase): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaioguilherme1 committed Apr 25, 2024
1 parent 02c56a1 commit 78030b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Relase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fetch-depth: 0
token: "${{ secrets.PERSONAL_ACCESS_TOKEN }}"
- name: Install dependencies
run: pip install --upgrade pip && pip install cz-conventional-gitmoji
run: pip install --upgrade pip && pip install cz-conventional-gitmoji commitizen

- name: Create bump and changelog
uses: commitizen-tools/commitizen-action@master
Expand Down

0 comments on commit 78030b3

Please sign in to comment.