Skip to content

Commit 8780507

Browse files
authored
Merge pull request #1985 from actions/ghadimir/dropdown_releases
Dropdown for package when releasing
2 parents 9d8017e + 790c566 commit 8780507

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/workflows/releases.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,21 @@ on:
66
workflow_dispatch:
77
inputs:
88
package:
9+
type: choice
910
required: true
10-
description: 'core, artifact, cache, exec, github, glob, http-client, io, tool-cache, attest'
11+
description: 'Which package to release'
12+
options:
13+
- artifact
14+
- attest
15+
- cache
16+
- core
17+
- exec
18+
- github
19+
- glob
20+
- http-client
21+
- io
22+
- tool-cache
23+
1124

1225
jobs:
1326
test:

0 commit comments

Comments
 (0)