Skip to content

Commit

Permalink
chore(deps): update relekang/python-semantic-release action to v8.3.0 (
Browse files Browse the repository at this point in the history
…#17)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 24, 2023
1 parent 0cb0a88 commit c7d6442
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 @@ -85,14 +85,14 @@ jobs:

# Do a dry run of PSR
- name: Test release
uses: relekang/python-semantic-release@v8.1.2
uses: relekang/python-semantic-release@v8.3.0
if: github.ref_name != 'main'
with:
root_options: --noop

# On main branch: actual PSR + upload to PyPI & GitHub
- name: Release
uses: relekang/python-semantic-release@v8.1.2
uses: relekang/python-semantic-release@v8.3.0
id: release
if: github.ref_name == 'main'
with:
Expand Down

0 comments on commit c7d6442

Please sign in to comment.