Skip to content

Commit

Permalink
fix: Fixed repo name of semantic-release action
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-pisman committed Sep 4, 2023
1 parent 329dafe commit 85fa9b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
fetch-depth: 0
- name: Python Semantic Release
uses: relekang/python-semantic-release@8.0.8
uses: python-semantic-release/python-semantic-release@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Publish package to GitHub Release
Expand Down

0 comments on commit 85fa9b1

Please sign in to comment.