- 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:
Mike Penz
2024-04-11 06:28:47 +00:00
committed by GitHub
parent 64d5b0f2ee
commit 1eff87d3e9
6 changed files with 30 additions and 31 deletions
Generated Vendored
+1
View File
@@ -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)}`);
}
});
}
Generated Vendored
+1 -1
View File
File diff suppressed because one or more lines are too long