Skip to content

Commit

Permalink
Fix semantic releaase workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
silentworks committed Sep 28, 2023
1 parent 64a8ab2 commit 3a00104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:
if: steps.release.outputs.released == 'true'

- name: Python Semantic Release
uses: python-semantic-release/upload-to-gh-release@master
uses: python-semantic-release/upload-to-gh-release@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3a00104

Please sign in to comment.