Skip to content

Commit

Permalink
Merge pull request #611 from opentargets/do_python_semantic_version
Browse files Browse the repository at this point in the history
fix: fix python-semantic-release version (again)
  • Loading branch information
d0choa authored May 17, 2024
2 parents 0ee8a59 + a10dfac commit 7d2c2eb
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@9.6.0
uses: python-semantic-release/python-semantic-release@v9.6.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 7d2c2eb

Please sign in to comment.