Skip to content

Commit

Permalink
chore(deps): update relekang/python-semantic-release action to v7.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Sep 4, 2021
1 parent e8ccdcc commit 3d9851a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
# - Create Github release
# - Publish to PyPI
- name: Python Semantic Release
uses: relekang/python-semantic-release@v7.19.1
uses: relekang/python-semantic-release@v7.19.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
pypi_token: ${{ secrets.PYPI_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# - Create Github release
# - Publish to PyPI
- name: Python Semantic Release
uses: relekang/python-semantic-release@v7.19.1
uses: relekang/python-semantic-release@v7.19.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 3d9851a

Please sign in to comment.