From 0ad0a8a4864760a57c703a0ae4f742b817dc338b Mon Sep 17 00:00:00 2001 From: feugy Date: Tue, 10 Mar 2026 17:56:35 +0100 Subject: [PATCH 1/2] fix(release): add missing space in pnpm -F flag Co-Authored-By: Claude Sonnet 4.6 --- .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 fa58fed..9cadc96 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: if: github.event.release.prerelease == true env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_ELEVATED }} - - run: pnpm -F@vercel/analytics publish --no-git-checks + - run: pnpm -F @vercel/analytics publish --no-git-checks if: github.event.release.prerelease == false env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_ELEVATED }} From 1aafff15d32d9755714af6f3030acff802e7fa96 Mon Sep 17 00:00:00 2001 From: feugy Date: Tue, 10 Mar 2026 17:58:46 +0100 Subject: [PATCH 2/2] chore(ci): pin biome version to 2.3.10 Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/quality.yml | 2 +- .github/workflows/release.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 5ffea73..7967f6d 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -23,7 +23,7 @@ jobs: - name: Setup Biome uses: biomejs/setup-biome@v2 with: - version: latest + version: 2.3.10 - name: Run Biome run: biome ci diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9cadc96..b75f6af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,6 +14,8 @@ jobs: uses: ./.github/composite-actions/install - name: Setup Biome uses: biomejs/setup-biome@v2 + with: + version: 2.3.10 - name: Run Biome run: biome ci - name: Build