mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-29 01:27:26 +01:00
add debugline in workflow
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -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