Skip to content

v1.2.2: Fix: asynchronous errors do not cause failure (#8)

Compare
Choose a tag to compare
@KyleMayes KyleMayes released this 14 Apr 03:52
· 83 commits to master since this release
7673c1a
This wraps up the top-level code in an asynchronous main function
and awaits the results of `run` so that any asynchronous errors
are caught and handled correctly. Previously, asynchronous errors
would not cause `core.setFailed()` to be called.