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