Skip to content

Commit

Permalink
ci: fix python-semantic-release verison to 7.34.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gavincyi committed Jul 26, 2023
1 parent 1bae2fb commit a557b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install python-semantic-release
run: pip install python-semantic-release
run: pip install python-semantic-release==7.34.6
- name: Release
env:
REPOSITORY_PASSWORD: ${{ secrets.REPOSITORY_PASSWORD }}
Expand Down

0 comments on commit a557b9c

Please sign in to comment.