mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-04-15 10:56:50 +00:00
feat: add working dir
This commit is contained in:
parent
d9c764f106
commit
71260837fb
4 changed files with 34 additions and 9 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue