Skip to content

Commit 64f6321

Browse files
committed
minor
1 parent 8cc3a43 commit 64f6321

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/publish.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ export async function publish(args) {
6464
if (webhook) {
6565
let msg = `📦 **Publish package** \`${packageJson.name}\`\n`;
6666
msg += "```\n";
67-
msg += `Build time: ${buildTime}\n`;
68-
msg += `Short SHA: ${shortSha}\n`;
6967
msg += `Repository: ${repoUrl}\n`;
68+
msg += `Short SHA: ${shortSha}\n`;
69+
msg += `Build time: ${buildTime}\n`;
7070
msg += `Registry: ${args.registry}\n`;
7171
msg += `Token: ${obfuscateToken(args.accessToken)}\n`;
7272
msg += "```";

0 commit comments

Comments
 (0)