Fix npm_channel options in manual release workflow. (#8766)

This commit is contained in:
Tommaso Sciortino
2025-09-18 20:11:10 -07:00
committed by GitHub
parent 81dcef070f
commit a815fa37e7

View File

@@ -16,9 +16,11 @@ on:
required: true
type: 'choice'
options:
- 'stable'
- 'preview'
- 'nightly'
- 'latest'
- 'dev'
default: 'dev'
dry_run:
description: 'Run a dry-run of the release process; no branches, npm packages or GitHub releases will be created.'
required: true