Skip to content

Commit

Permalink
fix: Update Python Semantic Release action to use python-semantic-rel…
Browse files Browse the repository at this point in the history
…ease@v9
  • Loading branch information
MountainGod2 committed Nov 2, 2024
1 parent 8058ffc commit ae62471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Release | Run Python Semantic Release
id: release
uses: mountaingod2/python-semantic-release-uv@uv
uses: python-semantic-release/python-semantic-release@v9
with:
github_token: '${{ secrets.GH_PAT }}'
git_committer_name: 'MountainGod2'
Expand Down

0 comments on commit ae62471

Please sign in to comment.