- Enhance error log in case of a fatal error building the changelog
- RELATES TO https://github.com/mikepenz/release-changelog-builder-action/issues/1331
This commit is contained in:
+1
@@ -217,6 +217,7 @@ function run() {
|
||||
}
|
||||
catch (error /* eslint-disable-line @typescript-eslint/no-explicit-any */) {
|
||||
core.setFailed(error.message);
|
||||
core.error(`🔥 Failed to generate changelog due to ${JSON.stringify(error)}`);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user