style(*): unify quotes

This commit is contained in:
cycjimmy 2019-11-01 16:13:46 +08:00
parent 638af1134e
commit 5481586b4e
2 changed files with 6 additions and 6 deletions

View file

@ -12,18 +12,18 @@ inputs:
extra_plugins:
description: 'Extra plugins for pre-install. You can also specify specifying version range for the extra plugins if you prefer.'
dry_run:
description: 'Whether to run semantic release in "dry-run" mode. It will override the dryRun attribute in your configuration file'
description: 'Whether to run semantic release in `dry-run` mode. It will override the dryRun attribute in your configuration file'
outputs:
new_release_published:
description: 'Whether a new release was published'
new_release_version:
description: "Version of the new release"
description: 'Version of the new release'
new_release_major_version:
description: "Major version of the new release"
description: 'Major version of the new release'
new_release_minor_version:
description: "Minor version of the new release"
description: 'Minor version of the new release'
new_release_patch_version:
description: "Patch version of the new release"
description: 'Patch version of the new release'
runs:
using: 'node12'
main: 'index.js'