Skip to content

Commit

Permalink
ci: Use python semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicconike committed Jun 16, 2024
1 parent e87abb2 commit 7abba65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
pip install python-semantic-release
- name: Semantic Release
run: python -m semantic_release publish
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
uses: python-semantic-release/python-semantic-release@master
with:
github_token: ${{ secrets.GH_TOKEN }}

0 comments on commit 7abba65

Please sign in to comment.