Skip to content

Commit

Permalink
fix: pin python-semantic-release to fix release process (#1200)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Jul 23, 2023
1 parent 030d97a commit c145a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -130,7 +130,7 @@ jobs:
uses: actions/setup-python@v4

- name: Install python-semantic-release
run: pipx install python-semantic-release
run: pipx install python-semantic-release==7.34.6

- name: Get Release Tag
id: release_tag
Expand Down

0 comments on commit c145a23

Please sign in to comment.