From 60cd031b2fbb711a5faa9a3aacd5d0c85899c9e3 Mon Sep 17 00:00:00 2001 From: Chris Thoburn Date: Tue, 14 Jan 2025 17:46:07 -0800 Subject: [PATCH] chore: fix selection of train --- .github/workflows/release_publish-canary.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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