mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-06-28 14:16:02 +00:00
Merge branch 'master' into feature/GH-9_Add_release_ID_to_outputs
This commit is contained in:
commit
cd4821a6a3
8 changed files with 25 additions and 14 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue