Skip to content

Commit

Permalink
better comment
Browse files Browse the repository at this point in the history
  • Loading branch information
penalosa committed Oct 3, 2024
1 parent 7dc9c53 commit 853e030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/prereleases/3-comment.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function buildAdditionalArtifactReport(pkg) {
if (type === "cli") {
return `\`\`\`sh\nnpx ${url} --no-auto-update\n\`\`\``;
} else if (type === "extension") {
return `\`\`\`sh\nwget ${url} -O ./${name}.${pkg.json.version}.vsix && code --install-extension ./${name}.${pkg.json.version}.extension.vsix\n\`\`\``;
return `\`\`\`sh\nwget ${url} -O ./${name}.${pkg.json.version}.vsix && code --install-extension ./${name}.${pkg.json.version}.vsix\n\`\`\``;
} else {
return `\`\`\`sh\nnpm install ${url}\n\`\`\``;
}
Expand Down

0 comments on commit 853e030

Please sign in to comment.