fix(outputs): keep failing on tag error
This is just not to introduce breaking changes
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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')) {
|
||||
|
||||
Reference in New Issue
Block a user