Update action yml

This commit is contained in:
Nick Cipollo
2019-08-26 16:36:47 -04:00
parent ce5f096e71
commit 6c11905fe1
2 changed files with 21 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ export class Inputs {
}
get name(): string {
const name = core.getInput('tag')
const name = core.getInput('name')
if (name) {
return name
}