From bf86403ff83296f4a13470555c02d4b10997c502 Mon Sep 17 00:00:00 2001 From: Oliver Cullimore Date: Tue, 19 Sep 2023 22:17:42 +0100 Subject: [PATCH 1/2] fix: Fix Python Semantic Release version --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 81d3b5c229..020894f670 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: - name: Python Semantic Release id: release - uses: python-semantic-release/python-semantic-release@v8 + uses: python-semantic-release/python-semantic-release@v8.0.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} # May need to replace with a Personal Access Token if it fails From 85f88c11dc1e5824f9436fb3b22796d3ac63e18d Mon Sep 17 00:00:00 2001 From: Oliver Cullimore Date: Tue, 19 Sep 2023 22:17:42 +0100 Subject: [PATCH 2/2] ci: Fix Python Semantic Release version --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 81d3b5c229..020894f670 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: - name: Python Semantic Release id: release - uses: python-semantic-release/python-semantic-release@v8 + uses: python-semantic-release/python-semantic-release@v8.0.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} # May need to replace with a Personal Access Token if it fails