Skip to content

Commit

Permalink
Merge pull request #609 from opentargets/do_fix_semantic_release_version
Browse files Browse the repository at this point in the history
fix: fix python-semantic-release version
  • Loading branch information
d0choa committed May 17, 2024
2 parents bb9f9c6 + 50215c3 commit 0ee8a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Python Semantic Release
id: semrelease
uses: python-semantic-release/python-semantic-release@master
uses: python-semantic-release/python-semantic-release@9.6.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 0ee8a59

Please sign in to comment.