Skip to content

Commit d85ff5b

Browse files
committed
Fix variable reference in PyPI publish workflow
1 parent b88ab7c commit d85ff5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
TAG=$(git describe --tags --abbrev=0)
2727
echo "Found tag: $TAG"
2828
echo "Extracted version: $TAG"
29-
echo "version=$VERSION" >> $GITHUB_OUTPUT
29+
echo "version=$TAG" >> $GITHUB_OUTPUT
3030
3131
- name: Update version in __init__.py
3232
run: |

0 commit comments

Comments
 (0)