From 4502709aa0e32ac51613ac0c00521142dabfeaac Mon Sep 17 00:00:00 2001 From: Matt Tankersley <81199856+mdtanker@users.noreply.github.com> Date: Tue, 23 Apr 2024 12:04:24 +0200 Subject: [PATCH] chore: pin python semantic release version --- .github/workflows/semantic_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic_release.yml b/.github/workflows/semantic_release.yml index 38cce14d..a859ff4b 100644 --- a/.github/workflows/semantic_release.yml +++ b/.github/workflows/semantic_release.yml @@ -22,7 +22,7 @@ jobs: - name: update changelog run: | pip install -U pip - pip install python-semantic-release >=8 + pip install python-semantic-release ==9.3 semantic-release changelog # Commits files to repository - name: Commit changes