Skip to content

Commit

Permalink
chore: bump release actions to fix release workflow (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Jul 31, 2024
1 parent a746c29 commit 92c2daf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:

# On main branch: Call PSR to build the distribution
- name: Release
uses: python-semantic-release/python-semantic-release@v8.5.0
uses: python-semantic-release/python-semantic-release@v9.8.6
id: release

with:
Expand Down Expand Up @@ -157,6 +157,6 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1

- name: Publish package distributions to GitHub Releases
uses: python-semantic-release/upload-to-gh-release@1eeda76de33f20e9341a93b0e697c79773c6914c
uses: python-semantic-release/upload-to-gh-release@v9.8.6
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 92c2daf

Please sign in to comment.