From 01f2d15333445a6f4534ea57a793fcc070525f3b Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Fri, 19 Sep 2025 15:07:28 +0700 Subject: [PATCH] Fix publish CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c431e4d9a1..b59eaa2fae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,6 +38,8 @@ jobs: node-version: 22 - name: Install dependencies run: node common/scripts/install-run-rush.js install + - name: Rush validate + run: node common/scripts/install-run-rush.js validate --verbose - name: Publish packages env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }}