Skip to content

Commit

Permalink
fix: we are getting there...this should be it (#14158)
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloricciuti authored and trueadm committed Nov 7, 2024
1 parent 598c523 commit 688cee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkg.pr.new-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
console.log('Publish Information');
console.log('='.repeat(50));
console.log('\nPublished Packages:');
console.log(packages);
console.log(output.packages.map((p) => `${p.name} - pnpm add https://pkg.pr.new/${p.name}@${number}`).join('\n'));
console.log('\nPlayground URL:');
console.log(`\nhttps://svelte.dev/playground?version=commit-${output.sha.substring(0, 7)}`)
console.log('\n' + '='.repeat(50));
Expand Down

0 comments on commit 688cee9

Please sign in to comment.