From 823508e1d13f542686d0fde6866e7784dcbafc39 Mon Sep 17 00:00:00 2001 From: Patrick Avery Date: Fri, 27 May 2022 14:41:59 -0500 Subject: [PATCH] fix: downgrade python semantic release for fix 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 --- .github/workflows/test_and_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_release.yml b/.github/workflows/test_and_release.yml index 8faea17..23a21f8 100644 --- a/.github/workflows/test_and_release.yml +++ b/.github/workflows/test_and_release.yml @@ -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__