Skip to content

Commit

Permalink
Merge pull request #81 from CodinGame/fix-release-script
Browse files Browse the repository at this point in the history
Fail pipeline when the publish fails
  • Loading branch information
CGNonofr authored Mar 21, 2023
2 parents e6fd9a9 + 4bd5f1d commit 640f5d1
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 640f5d1

Please sign in to comment.