From 6e0d283250e8daeea710889e4a3b131c323d910d Mon Sep 17 00:00:00 2001 From: BluePsychoRanger Date: Thu, 21 Nov 2024 23:53:20 -0800 Subject: [PATCH] chore: fix github action release Workaround for this issue: https://github.com/python-semantic-release/python-semantic-release/issues/723 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e438198..17ecc8d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -61,7 +61,7 @@ jobs: github.repository == 'BPR02/Observer' && github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: python-semantic-release/python-semantic-release@v9.14.0 + uses: python-semantic-release/python-semantic-release@v8.3.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} git_committer_name: "github-actions"