Skip to content

Commit 9068988

Browse files
committed
update
1 parent 87539bf commit 9068988

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

packages/cli/index.ts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -518,9 +518,12 @@ const main = defineCommand({
518518
);
519519

520520
const debug = laterRes.debug;
521-
core.startGroup("[INFO]");
522-
core.debug(JSON.stringify(debug, null, 2));
523-
core.endGroup();
521+
await core.summary
522+
.addDetails(
523+
"[INFO]",
524+
`\`\`\`json\n${JSON.stringify(debug, null, 2)}\n\`\`\``
525+
)
526+
.write();
524527

525528
console.warn("\n");
526529
console.warn("⚡️ Your npm packages are published.\n");

0 commit comments

Comments
 (0)