diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index add387c8e..6ac14f8e6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -6,11 +6,11 @@ on: workflow_dispatch: inputs: nightly: - description: 'Whether trigger a nightly build (true/false/auto)' + description: 'Whether to trigger a nightly build (true/false/auto)' required: false default: 'true' canary: - description: 'Whether trigger a canary build (true/false/auto)' + description: 'Whether to trigger a canary build (true/false/auto)' required: false default: 'true'