Skip to content

Commit

Permalink
bugfix: correct gh action version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tcjennings committed Jan 10, 2025
1 parent 869e392 commit ba85d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Make Release
id: release
uses: python-semantic-release/python-semantic-release@9
uses: python-semantic-release/python-semantic-release@9.15.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
git_committer_name: "github_actions[bot]"
Expand Down

0 comments on commit ba85d8d

Please sign in to comment.