Skip to content

Commit

Permalink
ci: fix semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEnevoldsen committed Feb 8, 2023
1 parent 544fc9c commit aacc0df
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 aacc0df

Please sign in to comment.