mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-28 05:55:17 -07:00
Fix npm_channel options in manual release workflow. (#8766)
This commit is contained in:
committed by
GitHub
parent
81dcef070f
commit
a815fa37e7
@@ -16,9 +16,11 @@ on:
|
|||||||
required: true
|
required: true
|
||||||
type: 'choice'
|
type: 'choice'
|
||||||
options:
|
options:
|
||||||
- 'stable'
|
|
||||||
- 'preview'
|
- 'preview'
|
||||||
|
- 'nightly'
|
||||||
|
- 'latest'
|
||||||
- 'dev'
|
- 'dev'
|
||||||
|
default: 'dev'
|
||||||
dry_run:
|
dry_run:
|
||||||
description: 'Run a dry-run of the release process; no branches, npm packages or GitHub releases will be created.'
|
description: 'Run a dry-run of the release process; no branches, npm packages or GitHub releases will be created.'
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
Reference in New Issue
Block a user