Properly declare new inputs and outputs

This commit is contained in:
Sven-Hendrik Haase 2020-07-03 08:52:30 +02:00
parent 806b0b0631
commit 30dfbfdd8d
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915

View File

@ -20,7 +20,14 @@ inputs:
overwrite:
description: 'Overwrite the release in case it already exists'
file_glob:
description: 'if true the file can be a glob pattern, asset_name is ignored if this is true'
description: 'If true the file can be a glob pattern, asset_name is ignored if this is true'
prerelease:
description: 'Mark the release as a pre-release'
body:
description: 'Content of the release text'
outputs:
browser_download_url:
description: 'The publicly available URL of the asset.'
runs:
using: 'node12'
main: 'dist/index.js'