From 40bb46a27cb6b15ef2382e45c0f178a46cd26800 Mon Sep 17 00:00:00 2001 From: Ryan Addessi Date: Mon, 15 Apr 2024 10:00:29 -0600 Subject: [PATCH] ci: revert python-semantic-release (#78) https://github.com/python-semantic-release/python-semantic-release/issues/723 is still an issue --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6c6aa6fd..7dcef92f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -29,7 +29,7 @@ jobs: pip3 install poetry - name: Python Semantic Release - uses: python-semantic-release/python-semantic-release@v9.2.0 + uses: python-semantic-release/python-semantic-release@v8.3.0 with: github_token: ${{ secrets.GITHUB_TOKEN }}