add debugline in workflow
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user