forked from mirrors/action-gh-release
parent
2cf5c66450
commit
affa18ef97
4 changed files with 8 additions and 3 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:
|
||||
|
@ -37,4 +40,4 @@ runs:
|
|||
main: 'dist/index.js'
|
||||
branding:
|
||||
color: 'green'
|
||||
icon: 'package'
|
||||
icon: 'package'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue