Skip to content

Commit

Permalink
fix: pinning issue in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Apr 23, 2024
1 parent adf7edb commit 1578894
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 1578894

Please sign in to comment.