Skip to content

Commit

Permalink
fix(ci): pin python-semantic-release version
Browse files Browse the repository at this point in the history
  • Loading branch information
10zinten committed Oct 5, 2023
1 parent 6c6eae1 commit a10c298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Expand Up @@ -45,7 +45,7 @@ jobs:
token: ${{ secrets.ADMIN_GITHUB_TOKEN }}

- name: Python Semantic Release
uses: relekang/python-semantic-release@master
uses: python-semantic-release/python-semantic-release@v7.34.6
with:
github_token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
pypi_token: ${{ secrets.PYPI_PASSWORD }}
Expand Down

0 comments on commit a10c298

Please sign in to comment.