add inputs in workflow

This commit is contained in:
Eric Fennis
2023-07-18 09:55:07 +02:00
parent dc1d17181f
commit 667ae303f8

View File

@@ -31,7 +31,7 @@ jobs:
echo $VERSION_REF
echo "VERSION=${VERSION_REF/refs\/tags\/\v}" >> $GITHUB_OUTPUT
env:
VERSION_REF: ${{ github.event.inputs.version || github.ref }}
VERSION_REF: ${{ inputs.version || github.event.inputs.version || github.ref }}
release:
if: github.repository == 'lucide-icons/lucide'