cleaning up prompts for release (#3335)

This commit is contained in:
matt korwel 2025-07-05 14:20:47 -07:00 committed by GitHub
parent a7256f630c
commit 5c9372372c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -11,22 +11,22 @@ on:
required: false # Not required for scheduled runs
type: string
ref:
description: 'The branch or ref to release from.'
description: 'The branch or ref (full git sha) to release from.'
required: true
type: string
default: 'main'
dry_run:
description: 'Whether to run the publish step in dry-run mode.'
description: 'Run a dry-run of the release process; no branches, npm packages or GitHub releases will be created.'
required: true
type: boolean
default: true
create_nightly_release:
description: 'Simulate a scheduled nightly release. If true, the version input is ignored.'
description: 'Auto apply the nightly release tag, input version is ignored.'
required: false
type: boolean
default: false
force_skip_tests:
description: 'If true, skip the "Run Tests" step. This is only applicable for nightly releases.'
description: 'Select to skip the "Run Tests" step in testing. Prod releases should run tests'
required: false
type: boolean
default: false