11
0
Fork 0
mirror of https://github.com/cycjimmy/semantic-release-action.git synced 2026-04-27 05:44:31 +00:00

fix(inputs): adjust the default for the "branch" configuration

This commit is contained in:
cycjimmy 2019-10-28 15:10:20 +08:00
parent 56568e2822
commit e5c555a613
4 changed files with 20 additions and 9 deletions

View file

@ -6,8 +6,7 @@ branding:
color: 'orange'
inputs:
branch:
description: 'The branch for release'
default: master
description: 'The branch on which releases should happen. It will override the branch attribute in your configuration file. If the attribute is not configured on both sides, the default is master.'
extra_plugins:
description: 'Extra plugins for pre-install'
dry_run: