From c145a238d768aa17c3aebe120c20a46bfbec6b99 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 23 Jul 2023 18:16:14 -0500 Subject: [PATCH] fix: pin python-semantic-release to fix release process (#1200) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d46552da..c7598b26 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,7 +130,7 @@ jobs: uses: actions/setup-python@v4 - name: Install python-semantic-release - run: pipx install python-semantic-release + run: pipx install python-semantic-release==7.34.6 - name: Get Release Tag id: release_tag