Skip to content

Commit c944125

Browse files
committed
Return 1 when notarization fails
1 parent db5ecd8 commit c944125

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/mix/tasks/notarize.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ defmodule Mix.Tasks.Desktop.Notarize do
4646
await_notarization(creds, file, id)
4747
else
4848
log("#{hash} failed=#{status} file='#{file}'")
49+
System.halt(1)
4950
end
5051
end
5152

0 commit comments

Comments
 (0)