Skip to content

Commit

Permalink
fix(release): fix python semantic release action job
Browse files Browse the repository at this point in the history
Signed-off-by: Sietze van Buuren <[email protected]>
  • Loading branch information
swvanbuuren committed Aug 16, 2024
1 parent 219f0ba commit 24e5417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Python Semantic Release
id: release
uses: python-semantic-release/action@master
uses: python-semantic-release/python-semantic-release@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 24e5417

Please sign in to comment.