Skip to content

Commit

Permalink
fix: bump psr to 9.8.8 to fix release process (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Sep 19, 2024
1 parent a10fc5a commit b109433
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 @@ -102,14 +102,14 @@ jobs:

# Do a dry run of PSR
- name: Test release
uses: python-semantic-release/[email protected].1
uses: python-semantic-release/[email protected].8
if: github.ref_name != 'main'
with:
root_options: --noop

# On main branch: actual PSR + upload to PyPI & GitHub
- name: Release
uses: python-semantic-release/[email protected].1
uses: python-semantic-release/[email protected].8
id: release
if: github.ref_name == 'main'
with:
Expand Down

0 comments on commit b109433

Please sign in to comment.