An all-in-one Flutter application packaging and distribution tool, providing you with a one-stop solution to meet various distribution needs.
891
stars
123
forks
source link
Errors aren't rethrown so they don't get passed to CI, this is inconsistent with other commands. #219
Closed
arran4 closed 3 months ago
CI wasn't failing when I was running
release
:This seems to be because
release
isn't rethrowing as per the other commands. Adding resolves the issue:Before:
After:
It does make it more verbose (redundantly) and the new stack trace doesn't have formatting.