Skip to content

Commit a815fa3

Browse files
authored
Fix npm_channel options in manual release workflow. (#8766)
1 parent 81dcef0 commit a815fa3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-manual.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ on:
1616
required: true
1717
type: 'choice'
1818
options:
19-
- 'stable'
2019
- 'preview'
20+
- 'nightly'
21+
- 'latest'
2122
- 'dev'
23+
default: 'dev'
2224
dry_run:
2325
description: 'Run a dry-run of the release process; no branches, npm packages or GitHub releases will be created.'
2426
required: true

0 commit comments

Comments
 (0)