log workflow errors (#4697)

This commit is contained in:
Alessandro Ros
2025-07-06 22:03:31 +02:00
committed by GitHub
parent 544a147124
commit 00b570297a
+3 -1
View File
@@ -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: