Skip to content

Commit

Permalink
markdown fix
Browse files Browse the repository at this point in the history
  • Loading branch information
e11sy committed Aug 22, 2024
1 parent cc4148d commit 78948ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ for (const { name, version, link } of packages) {
'Content-Type': 'application/x-www-form-urlencoded',
},
body: new URLSearchParams({
message: `📦 (${name})[${link}] ${version} was published`,
message: `📦 [${name}](${link}) ${version} was published`,
}),
})
.catch(error => console.error('Error:', error));
Expand Down

0 comments on commit 78948ea

Please sign in to comment.