mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-11 06:31:01 -07:00
Fix npm_channel options in manual release workflow. (#8766)
This commit is contained in:
committed by
GitHub
parent
81dcef070f
commit
a815fa37e7
4
.github/workflows/release-manual.yml
vendored
4
.github/workflows/release-manual.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user