Skip to content

Commit

Permalink
chore: fix selection of train
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Jan 15, 2025
1 parent c581932 commit 60cd031
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release_publish-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60cd031

Please sign in to comment.