fix(outputs): keep failing on tag error

This is just not to introduce breaking changes
This commit is contained in:
Federico Grandi
2020-12-12 17:07:05 +01:00
parent d4b7879e16
commit 334c6c32a5
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -95,7 +95,7 @@ console.log(`Running in ${baseDir}`)
setOutput('tagged', 'true')
return log(null, data)
})
.catch((err) => log(err))
.catch((err) => setFailed(err))
} else info('> No tag info provided.')
if (getInput('push')) {