chore: update workflow for 4.x-stable branch (#38706)

This commit is contained in:
afc163 2022-11-18 23:18:45 +08:00 committed by GitHub
parent c5fe4cab73
commit c53f48b09a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ on:
- feature
- 2.x-stable
- 3.x-stable
- 4.x-stable
create:
permissions:

View File

@ -73,7 +73,7 @@ async function printLog() {
type: 'list',
name: 'toVersion',
message: `🔀 Please choose branch to compare with ${chalk.magenta(fromVersion)}:`,
choices: ['master', '3.x-stable', 'feature', 'custom input ⌨️'],
choices: ['master', '4.x-stable', '3.x-stable', 'feature', 'custom input ⌨️'],
},
]);