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