Skip to content

Commit

Permalink
fix: fail pipeline when the publish fails
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed Mar 21, 2023
1 parent e6fd9a9 commit 4bd5f1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,5 @@ async function run () {

run().catch(error => {
console.error(error)
process.exit(1)
})

0 comments on commit 4bd5f1d

Please sign in to comment.