5
0
Fork 0
mirror of https://github.com/cycjimmy/semantic-release-action.git synced 2025-11-07 10:46:56 +00:00

chore: improve action.yml information

This commit is contained in:
Geoffrey.C 2023-03-07 10:17:20 +08:00
parent 6c71439622
commit bfb52b92d1

View file

@ -26,6 +26,9 @@ inputs:
working_directory:
required: false
description: 'Specify another working directory for semantic release. Default one is provided by github.'
tag_format:
required: false
description: 'The default tag format on semantic-release is v{version}. You can override that behavior using this option.'
outputs:
new_release_published:
description: 'Whether a new release was published'