From dc0da13c1dd86e6aa7380e9b215ca621d9cbf6d9 Mon Sep 17 00:00:00 2001 From: Yue JIN <40021217+kingyue737@users.noreply.github.com> Date: Tue, 14 Oct 2025 19:49:33 +0800 Subject: [PATCH] chore: add continuous releases (#924) --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22846c8..0e5b7b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,3 +53,6 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} files: coverage/browser/lcov.info disable_search: true + + - name: Publish the commit + run: pnpm dlx pkg-pr-new publish --compact