Skip to content

Commit

Permalink
Merge pull request #179 from HLasse/ci-fix-semantic-release
Browse files Browse the repository at this point in the history
ci: Fix semantic release
  • Loading branch information
KennethEnevoldsen authored Feb 8, 2023
2 parents 4e7e7bf + ad4069b commit fa138e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
token: ${{ secrets.RELEASE }}

- name: Python Semantic Release
uses: relekang/python-semantic-release@v7.32.2
uses: relekang/python-semantic-release@v7.33.1
with:
github_token: ${{ secrets.RELEASE }}
# Remember to copy the [semantic_release] section from pyproject.toml
Expand Down

0 comments on commit fa138e9

Please sign in to comment.