mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-04-16 03:15:43 +00:00
feat(dry_run): add a new input - "dry_run"
This commit is contained in:
parent
d21e9173cb
commit
65686aabe7
3 changed files with 32 additions and 2 deletions
|
|
@ -11,9 +11,12 @@ inputs:
|
|||
extra_plugins:
|
||||
description: 'Extra plugins for pre-install'
|
||||
default: ''
|
||||
dry_run:
|
||||
description: 'Whether to run semantic release in "dry-run" mode. It will override the dryRun attribute in your configuration file'
|
||||
default: ''
|
||||
outputs:
|
||||
new-release-published:
|
||||
description: "Whether a new release was published"
|
||||
description: 'Whether a new release was published'
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'index.js'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue