diff --git a/.github/workflows/release_publish-canary.yml b/.github/workflows/release_publish-canary.yml index b786da7d57..4fff2b0d52 100644 --- a/.github/workflows/release_publish-canary.yml +++ b/.github/workflows/release_publish-canary.yml @@ -6,11 +6,11 @@ on: train: name: Train description: 'If not the current primary release train, the prior major version for which to perform a new release' - required: true - default: null + required: false + default: '' type: choice options: - - null + - '' - v4 increment: name: Increment