From f17f37cf1374a361672c3b17cb5153c7094a2e9b Mon Sep 17 00:00:00 2001 From: dragooncjw <289056872@qq.com> Date: Thu, 2 Apr 2026 11:48:43 +0800 Subject: [PATCH] fix: ci release --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bc4d6b8c..85d80c36 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,6 +52,10 @@ jobs: sudo apt-get install -y libasound2-dev node common/scripts/install-run-rush.js install + - name: Build Plugins + run: | + node common/scripts/install-run-rush.js build --to @coze-arch/rush-publish-plugin + - name: Run Release run: | npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_AUTH_TOKEN }}