Update releases.yml

This commit is contained in:
Ryan Ghadimi 2025-03-10 15:33:38 +00:00 committed by GitHub
parent 9d8017eadb
commit 790c56665a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: