We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 598c523 commit 688cee9Copy full SHA for 688cee9
.github/workflows/pkg.pr.new-comment.yml
@@ -79,7 +79,7 @@ jobs:
79
console.log('Publish Information');
80
console.log('='.repeat(50));
81
console.log('\nPublished Packages:');
82
- console.log(packages);
+ console.log(output.packages.map((p) => `${p.name} - pnpm add https://pkg.pr.new/${p.name}@${number}`).join('\n'));
83
console.log('\nPlayground URL:');
84
console.log(`\nhttps://svelte.dev/playground?version=commit-${output.sha.substring(0, 7)}`)
85
console.log('\n' + '='.repeat(50));
0 commit comments