fix: fetching release tag during build (#368)
This commit is contained in:
parent
751d24b028
commit
5a80415966
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user