Merge pull request #1985 from actions/ghadimir/dropdown_releases

Dropdown for package when releasing
This commit is contained in:
Ryan Ghadimi 2025-03-10 15:42:45 +00:00 committed by GitHub
commit 8780507298
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: