log workflow errors (#4697)
This commit is contained in:
@@ -139,7 +139,9 @@ jobs:
|
||||
body: `This issue is mentioned in release ${curTag.name} 🚀\n`
|
||||
+ `Check out the entire changelog by [clicking here](https://github.com/${owner}/${repo}/releases/tag/${curTag.name})`,
|
||||
});
|
||||
} catch (exc) {}
|
||||
} catch (exc) {
|
||||
console.error(exc.toString());
|
||||
}
|
||||
}
|
||||
|
||||
dockerhub:
|
||||
|
||||
Reference in New Issue
Block a user