We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f51f572 commit e3459d1Copy full SHA for e3459d1
.github/workflows/publish-python.yml
@@ -24,7 +24,7 @@ jobs:
24
echo ::set-output name=version::${tag:1}
25
26
- name: Display version
27
- run: echo ${{ steps.tag_version.outputs.VERSION }}
+ run: echo ${{ steps.tag_version.outputs.version }}
28
29
- name: Build project
30
run: python3 setup.py sdist bdist_wheel
0 commit comments