add support for loading release body from a path. fixes: #2

This commit is contained in:
softprops 2019-08-26 01:26:13 -04:00
parent cf33f83220
commit 2dfad92b71
3 changed files with 66 additions and 8 deletions

View file

@ -7,6 +7,10 @@ inputs:
description: 'Note-worthy description of changes in release'
required: false
default: 'empty'
body-path:
description: 'Path to load note-worthy description of changes in release from'
required: false
default: 'empty'
name:
description: 'Gives the release a custom name'
required: false