From 0c853208ceba88053516312e27797df387d45c82 Mon Sep 17 00:00:00 2001 From: Paolo Ricciuti Date: Tue, 5 Nov 2024 15:46:01 +0100 Subject: [PATCH] fix: we are getting there...this should be it (#14158) --- .github/workflows/pkg.pr.new-comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pkg.pr.new-comment.yml b/.github/workflows/pkg.pr.new-comment.yml index 65038c9a4c..c3924799d8 100644 --- a/.github/workflows/pkg.pr.new-comment.yml +++ b/.github/workflows/pkg.pr.new-comment.yml @@ -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));