diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 443223cb..bedc05a3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: