From 012a0c354595628ee2eaea96956c7acf5e93db2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Buben=C3=ADk?= Date: Sat, 16 May 2026 21:54:21 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore:=20Add=20env=20vars=20for?= =?UTF-8?q?=20badges?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6524b0c..33079d4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,6 +46,8 @@ 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_SIZE=$(gzip -c dist/browser/localazy-api-client.umd.min.js | wc -c)" >> "$GITHUB_ENV" - name: Run release script run: npx @localazy/workflow-scripts@latest create-release-pr