mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-29 00:58:48 +01:00
remove if statement
This commit is contained in:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -29,7 +29,6 @@ jobs:
|
||||
run: VERSION_REF=${{ github.event.inputs.version }}
|
||||
|
||||
- name: Get the version
|
||||
if: ${{ github.ref == 'refs/tags/*' }}
|
||||
id: get_version
|
||||
run: echo ::set-output name=VERSION::${VERSION_REF/refs\/tags\/\v}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user