chore: update workflows config.

This commit is contained in:
jaywcjlove 2022-03-16 02:34:09 +08:00
parent 551306eca2
commit ad0a3c1a99
1 changed files with 6 additions and 6 deletions

View File

@ -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