Skip to content

Commit

Permalink
Merge pull request #117 from chemelli74/dependabot/github_actions/pyt…
Browse files Browse the repository at this point in the history
…hon-semantic-release/python-semantic-release-9.9.0

build(deps): bump python-semantic-release/python-semantic-release from 9.8.8 to 9.9.0
  • Loading branch information
chemelli74 authored Sep 30, 2024
2 parents fa1f076 + b94d34b commit 1bec69d
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 @@ -86,14 +86,14 @@ jobs:

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

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

0 comments on commit 1bec69d

Please sign in to comment.