From b13a7bf1abe5d04c5091f611b3e354d9870bbf1e Mon Sep 17 00:00:00 2001 From: Eric Fennis Date: Fri, 17 Sep 2021 16:44:25 +0200 Subject: [PATCH] Add custom build again --- .github/workflows/release.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2dfd0c780..ed0ad9f65 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,9 +5,15 @@ on: tags: - 'v*' + workflow_dispatch: + inputs: + version: + description: 'Version' + required: true + jobs: pre-build: - if: github.repository == 'lucide-icons/lucide' + if: github.repository == 'lucide-icons/lucide' && contains('["locness3","ericfennis", "johnletey"]', github.actor) runs-on: ubuntu-latest outputs: VERSION: ${{ steps.get_version.outputs.VERSION }}