Skip to content

Commit

Permalink
docs: fix pinning issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Apr 22, 2024
1 parent c5b18da commit a8f0ea1
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=9.3
pip install python-semantic-release==9.3
semantic-release changelog
# Commits files to repository
- name: Commit changes
Expand Down

0 comments on commit a8f0ea1

Please sign in to comment.