mirror of
https://github.com/yanhao98/semantic-release-action.git
synced 2025-07-12 23:30:48 +08:00
feat: log semantic release result in a grouped output
This commit is contained in:
@ -39,6 +39,9 @@ async function runRelease() {
|
||||
} else {
|
||||
core.setOutput('next_release_published', 'false');
|
||||
}
|
||||
await core.group('Semantic Release Result', async () => {
|
||||
core.info(`result :>> ${JSON.stringify(result, null, 2)}`);
|
||||
});
|
||||
}
|
||||
|
||||
if (process.env.CI) await installDependencies();
|
||||
|
Reference in New Issue
Block a user