From ad0a3c1a99548418d4c557431d107f71005958ba Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Wed, 16 Mar 2022 02:34:09 +0800 Subject: [PATCH] chore: update workflows config. --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9fa6b6b6a..536d393bec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,18 +13,18 @@ jobs: with: node-version: 14 - - run: npm install - - run: npm run build - - run: npm run dash - - run: rm -rf .deploy/linux-command.docset - - name: Generate Contributors Images uses: jaywcjlove/github-action-contributors@main with: filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\]) - output: .deploy/CONTRIBUTORS.svg avatarSize: 42 + - run: npm install + - run: npm run build + - run: npm run dash + - run: rm -rf .deploy/linux-command.docset + - run: cp CONTRIBUTORS.svg .deploy + - name: Create Tag id: create_tag uses: jaywcjlove/create-tag-action@v1.3.6