From e57f7f1b467dc7ca5b8d509f1931dd3c25deead1 Mon Sep 17 00:00:00 2001 From: Donghee Na Date: Tue, 24 Sep 2024 09:47:10 -0700 Subject: [PATCH] release: Fix release workflow (#7) --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4998087..c64309c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,9 +1,10 @@ on: workflow_dispatch: - input: + inputs: package: description: "Package name" required: true + default: 'autoconf' type: choice options: - autoconf