From 78ae4819b76dbd1002ff126ebf928e37af9d77da Mon Sep 17 00:00:00 2001 From: surmon-china Date: Sat, 19 Mar 2022 10:58:02 +0800 Subject: [PATCH] chore: publish workflow --- .github/workflows/publish.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ac6266e3..0ed208d9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,12 +20,6 @@ jobs: with: node-version: 14 registry-url: https://registry.npmjs.org/ - - uses: borales/actions-yarn@v2.0.0 - with: - cmd: install - - uses: borales/actions-yarn@v2.0.0 - with: - cmd: rebirth - run: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}