We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f2c88 commit 8b73d47Copy full SHA for 8b73d47
1 file changed
.github/workflows/promote.yml
@@ -7,17 +7,15 @@ on:
7
workflow_dispatch:
8
inputs:
9
source:
10
- description: 'Promote the version currently on this dist-tag'
+ description: 'Promote the version currently on this dist-tag (alphas are intentionally excluded)'
11
required: true
12
- default: alpha
+ default: rc
13
type: choice
14
options:
15
- - alpha
16
- - beta
17
- rc
18
- - latest
+ - beta
19
version:
20
- description: 'Exact version override (optional, e.g. 1.0.0-alpha.4)'
+ description: 'Exact version override (optional, e.g. 1.0.0-rc.1)'
21
required: false
22
type: string
23
0 commit comments