Skip to content

Commit

Permalink
chore(deps): update relekang/python-semantic-release action to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 6, 2024
1 parent 079054e commit ef592af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,13 @@ jobs:
fetch-depth: 0

- name: Release
uses: relekang/python-semantic-release@v7.34.6
uses: relekang/python-semantic-release@v9.0.1
if: github.ref_name == 'main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
pypi_token: ${{ secrets.PYPI_TOKEN }}
- name: Test release
uses: relekang/python-semantic-release@v7.34.6
uses: relekang/python-semantic-release@v9.0.1
if: github.ref_name != 'main'
with:
additional_options: --noop

0 comments on commit ef592af

Please sign in to comment.