From ac411446f8affface6e225ef31eec139dc20d83a Mon Sep 17 00:00:00 2001 From: kidwen Date: Tue, 11 Jun 2024 16:59:06 +0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 462153e..5797149 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: node-version: '18.x' registry-url: 'https://registry.npmjs.org' - run: npm install -g npm - - run: npm ci + - run: yarn - run: npm publish --provenance --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}