add debugline in workflow

This commit is contained in:
Eric Fennis
2021-05-23 14:04:04 +02:00
parent 846d303345
commit 82fcb2a896

View File

@@ -28,6 +28,9 @@ jobs:
if: ${{ github.event.inputs.version }}
run: VERSION_REF=${{ github.event.inputs.version }}
- name: Echo version
run: echo $VERSION_REF
- name: Get the version
id: get_version
run: echo ::set-output name=VERSION::${VERSION_REF/refs\/tags\/\v}