Skip to content

Commit

Permalink
feat: fix commitizen version
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson2427 committed May 8, 2024
1 parent a1589d3 commit ded1008
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/title.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
python-version: "3.10"

- name: Install Dependencies
run: pip install commitizen
run: |
python -m pip install --upgrade pip
pip install commitizen==2.40
- name: Check PR Title
env:
Expand Down

0 comments on commit ded1008

Please sign in to comment.