feat: add working dir

This commit is contained in:
Thomas GRUSON 2021-12-09 16:10:37 +01:00
parent d9c764f106
commit 71260837fb
No known key found for this signature in database
GPG key ID: DB643CF86A433917
4 changed files with 34 additions and 9 deletions

View file

@ -23,6 +23,9 @@ inputs:
extends:
required: false
description: 'One or several sharable configurations, https://semantic-release.gitbook.io/semantic-release/usage/configuration#extends'
working_directory:
required: false
description: 'Specify another working directory for semantic release. Default one is provided by github.'
outputs:
new_release_published:
description: 'Whether a new release was published'