From 790c56665a20b243a3ec7341bdc8f44f8410e14e Mon Sep 17 00:00:00 2001 From: Ryan Ghadimi <114221941+GhadimiR@users.noreply.github.com> Date: Mon, 10 Mar 2025 15:33:38 +0000 Subject: [PATCH] Update releases.yml --- .github/workflows/releases.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index a29858c4..dddca79d 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -6,8 +6,21 @@ on: workflow_dispatch: inputs: package: + type: choice required: true - description: 'core, artifact, cache, exec, github, glob, http-client, io, tool-cache, attest' + description: 'Which package to release' + options: + - artifact + - attest + - cache + - core + - exec + - github + - glob + - http-client + - io + - tool-cache + jobs: test: