Skip to content

Commit e3459d1

Browse files
committed
test again
1 parent f51f572 commit e3459d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
echo ::set-output name=version::${tag:1}
2525
2626
- name: Display version
27-
run: echo ${{ steps.tag_version.outputs.VERSION }}
27+
run: echo ${{ steps.tag_version.outputs.version }}
2828

2929
- name: Build project
3030
run: python3 setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)