Skip to content

Commit 688cee9

Browse files
paoloricciutitrueadm
authored andcommitted
fix: we are getting there...this should be it (#14158)
1 parent 598c523 commit 688cee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pkg.pr.new-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
console.log('Publish Information');
8080
console.log('='.repeat(50));
8181
console.log('\nPublished Packages:');
82-
console.log(packages);
82+
console.log(output.packages.map((p) => `${p.name} - pnpm add https://pkg.pr.new/${p.name}@${number}`).join('\n'));
8383
console.log('\nPlayground URL:');
8484
console.log(`\nhttps://svelte.dev/playground?version=commit-${output.sha.substring(0, 7)}`)
8585
console.log('\n' + '='.repeat(50));

0 commit comments

Comments
 (0)