From 5a804159669c2caad9d1144120ebaeb602d9ad28 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 17 Jan 2025 09:52:28 -1000 Subject: [PATCH] fix: fetching release tag during build (#368) --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd14b61..6640bea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,6 +126,9 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} pypi_token: ${{ secrets.PYPI_TOKEN }} + - name: Install python-semantic-release + run: python3 -m pip install python-semantic-release==7.34.6 + - name: Get Release Tag id: release_tag shell: bash