Skip to content

Commit 9fc1226

Browse files
author
ufuk
committed
#new-release -> <new-release:0.0.7>
1 parent d325a86 commit 9fc1226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
pip install build
2525
- name: Build package
2626
env:
27-
PACKAGE_VERSION: $GITHUB_REF
27+
PACKAGE_VERSION: "$GITHUB_REF"
2828
run: |
2929
python -m build
3030
- name: Publish package

0 commit comments

Comments
 (0)