We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afd0fa1 commit cc0d746Copy full SHA for cc0d746
1 file changed
.github/workflows/Publish.Pypi.yml
@@ -21,7 +21,9 @@ jobs:
21
with:
22
args: "-f docbook README.xml -t markdown_strict -o README.md"
23
- name: Get VERSION
24
- run: echo ${{ env.GITHUB_REF }} > VERSION
+ id: GetVersion
25
+ uses: WyriHaximus/github-action-get-previous-tag@v1
26
+ - run: echo ${{ steps.GetVersion.outputs.tag }} > VERSION
27
- name: Build
28
run: python -m build
29
- name: Publish
0 commit comments