Skip to content

Commit 8a09d32

Browse files
amcgeevarl
authored andcommitted
fix: don't swallow release command errors (#131)
1 parent 46b0a52 commit 8a09d32

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/utils/src/cmds/release.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ const handler = async ({ publish }) => {
133133
}
134134
} catch (err) {
135135
reporter.error(`The automated release failed with ${err}`)
136+
process.exit(1)
136137
}
137138
}
138139

0 commit comments

Comments
 (0)