Fix variable reference in PyPI publish workflow
This commit is contained in:
parent
b88ab7c04e
commit
d85ff5b9d7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pypi-publish.yml
vendored
2
.github/workflows/pypi-publish.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
TAG=$(git describe --tags --abbrev=0)
|
||||
echo "Found tag: $TAG"
|
||||
echo "Extracted version: $TAG"
|
||||
echo "version=$VERSION" >> $GITHUB_OUTPUT
|
||||
echo "version=$TAG" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Update version in __init__.py
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue