From a7501ead5e91aeb193f5d880f0e522914fed37c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Buben=C3=ADk?= Date: Sat, 16 May 2026 23:05:54 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore:=20Fix=20formated=20consol?= =?UTF-8?q?e=20output?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b7f7467..e3e7236 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: run: | pnpm run build pnpm run test:coverage - echo "BADGES_COVERAGE=$(node -e 'console.log(require("./coverage/coverage-summary.json").total.lines.pct)')" >> "$GITHUB_ENV" + echo "BADGES_COVERAGE=$(node -e 'process.stdout.write(String(require("./coverage/coverage-summary.json").total.lines.pct))')" >> "$GITHUB_ENV" echo "BADGES_SIZE=$(gzip -c dist/browser/localazy-api-client.umd.min.js | wc -c)" >> "$GITHUB_ENV" - name: Run release script