fix: fetching release tag during build (#368)

This commit is contained in:
J. Nick Koston
2025-01-17 09:52:28 -10:00
committed by GitHub
parent 751d24b028
commit 5a80415966

View File

@@ -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