Skip to content

Commit

Permalink
fix: downgrade python semantic release for fix
Browse files Browse the repository at this point in the history
The newest version of semantic release has a bug that causes it to exit with errors. Downgrade to
the latest version without the bug.

Signed-off-by: Patrick Avery <patrick.avery@kitware.com>
  • Loading branch information
psavery committed May 27, 2022
1 parent 4300a2d commit 823508e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
npm run build
- name: Python Semantic Release
uses: relekang/python-semantic-release@master
uses: relekang/python-semantic-release@v7.28.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
repository_username: __token__
Expand Down

0 comments on commit 823508e

Please sign in to comment.