Skip to content

Commit

Permalink
docs: pin python-semantic-release in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Apr 22, 2024
1 parent fa648d5 commit c5b18da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semantic_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: update changelog
run: |
pip install -U pip
pip install python-semantic-release >=8
pip install python-semantic-release=9.3
semantic-release changelog
# Commits files to repository
- name: Commit changes
Expand Down

0 comments on commit c5b18da

Please sign in to comment.