From a8f0ea1a86de678733db806f2c499ab193c68dfb Mon Sep 17 00:00:00 2001 From: Matt Tankersley <81199856+mdtanker@users.noreply.github.com> Date: Mon, 22 Apr 2024 14:16:27 +0200 Subject: [PATCH] docs: fix pinning issue --- .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 a2185259..cfe87cdf 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=9.3 + pip install python-semantic-release==9.3 semantic-release changelog # Commits files to repository - name: Commit changes