From 9a013c1608c28770419b19d2d36b71a300065cda Mon Sep 17 00:00:00 2001 From: Donghee Na Date: Tue, 24 Sep 2024 09:46:39 -0700 Subject: [PATCH] release: Fix release workflow --- .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