Skip to content

Commit

Permalink
Merge pull request #343 from OliverCullimore/fix-release-action
Browse files Browse the repository at this point in the history
Fix release action
  • Loading branch information
robbrad authored Sep 19, 2023
2 parents a937fb4 + 1a2e2e8 commit 27b145f
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 @@ -38,7 +38,7 @@ jobs:

- name: Python Semantic Release
id: release
uses: python-semantic-release/python-semantic-release@v8
uses: python-semantic-release/python-semantic-release@v8.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }} # May need to replace with a Personal Access Token if it fails

Expand Down

0 comments on commit 27b145f

Please sign in to comment.