Merge branch 'master' into feature/GH-9_Add_release_ID_to_outputs

This commit is contained in:
Albertin Loic 2021-04-30 17:56:06 +02:00
commit cd4821a6a3
No known key found for this signature in database
GPG key ID: CEC427E796B6C023
8 changed files with 25 additions and 14 deletions

View file

@ -27,6 +27,9 @@ inputs:
fail_on_unmatched_files:
description: 'Fails if any of the `files` globs match nothing. Defaults to false'
required: false
repository:
description: 'Repository to make releases against, in <owner>/<repo> format'
required: false
env:
'GITHUB_TOKEN': 'As provided by Github Actions'
outputs:
@ -34,9 +37,11 @@ outputs:
description: 'URL to the Release HTML Page'
id:
description: 'Release ID'
upload_url:
description: 'URL for uploading assets to the release'
runs:
using: 'node12'
main: 'dist/index.js'
branding:
color: 'green'
icon: 'package'
icon: 'package'