Skip to content

Commit

Permalink
chore(deps): update python-semantic-release/python-semantic-release a…
Browse files Browse the repository at this point in the history
…ction to v9.15.1 (#1209)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent 0cbfef1 commit cf934bf
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 @@ -80,14 +80,14 @@ jobs:
# Do a dry run of PSR
- name: Test release
uses: python-semantic-release/python-semantic-release@v9.15.0
uses: python-semantic-release/python-semantic-release@v9.15.1
if: ${{ github.ref_name != 'main' && !startsWith(github.ref_name, 'stable/') }}
with:
root_options: --noop

# On main/stable branch: actual PSR + upload to PyPI & GitHub
- name: Release
uses: python-semantic-release/python-semantic-release@v9.15.0
uses: python-semantic-release/python-semantic-release@v9.15.1
id: release
if: ${{ github.ref_name == 'main' || startsWith(github.ref_name, 'stable/') }}
with:
Expand Down

0 comments on commit cf934bf

Please sign in to comment.