Skip to content

Commit 334c6c3

Browse files
committed
fix(outputs): keep failing on tag error
This is just not to introduce breaking changes
1 parent d4b7879 commit 334c6c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ console.log(`Running in ${baseDir}`)
9595
setOutput('tagged', 'true')
9696
return log(null, data)
9797
})
98-
.catch((err) => log(err))
98+
.catch((err) => setFailed(err))
9999
} else info('> No tag info provided.')
100100

101101
if (getInput('push')) {

0 commit comments

Comments
 (0)