Skip to content

Commit

Permalink
chore(ci): pin semantic-release version
Browse files Browse the repository at this point in the history
  • Loading branch information
nejch authored and JohnVillalovos committed May 28, 2022
1 parent 8867ee5 commit 0ea61cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
- name: Python Semantic Release
uses: relekang/python-semantic-release@master
uses: relekang/python-semantic-release@7.28.1
with:
github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 0ea61cc

Please sign in to comment.