Fix bugs found in E2E testing

This commit is contained in:
Nick Cipollo
2019-08-27 09:50:26 -04:00
parent 0280874154
commit 2b2c872297
10 changed files with 183 additions and 32 deletions

View File

@@ -15,13 +15,16 @@ inputs:
description: 'An optional body file for the release. This should be the path to the file'
default: ''
commit:
description: 'An optional commit reference. This will be used to create the tag if it doesn't exist.'
description: "An optional commit reference. This will be used to create the tag if it does not exist."
default: ''
draft:
description: "Optionally marks this release as a draft release. Set to true to enable."
default: ''
name:
description: 'An optional name for the release. If this is omitted the tag will be used.'
default: ''
tag:
description: 'An optional tag for the release. If this is omitted the git ref will be used (if it's a tag).'
description: 'An optional tag for the release. If this is omitted the git ref will be used (if it is a tag).'
default: ''
token:
description: 'The Github token.'
@@ -29,4 +32,4 @@ inputs:
default: ''
runs:
using: 'node12'
main: 'lib/main.js'
main: 'lib/Main.js'