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: