From e569fd9931eaaf2339fa8782bee6131753bf1f1f Mon Sep 17 00:00:00 2001 From: gimy Date: Fri, 12 Jan 2024 10:03:55 +0800 Subject: [PATCH] ci: fix the release script --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb0de25..5b21059 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,8 +98,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - - run: yarn - - run: yarn build + - name: Setup + run: npm i -g @antfu/ni + - run: nr build - name: Preparing a release 🚀 uses: cycjimmy/semantic-release-action@v3 with: