Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cli,action): fix unawaited async call (#329)
The unawaited async call causes the method to not throw, thus we always were returning a `0` exit status. Fixes #259
- Loading branch information