chore: update .github/workflows/ci.yml

This commit is contained in:
jaywcjlove 2022-02-13 23:12:09 +08:00
parent 004523119f
commit 635103a88c
1 changed files with 9 additions and 2 deletions

View File

@ -15,7 +15,7 @@ jobs:
- name: Generate Changelog
id: changelog
uses: jaywcjlove/changelog-generator@v1.4.6
uses: jaywcjlove/changelog-generator@v1.4.8
with:
token: ${{ secrets.GITHUB_TOKEN }}
filter-author: (小弟调调™|Renovate Bot)
@ -27,6 +27,13 @@ jobs:
- 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 @jsdevtools/npm-publish -g
- run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json
@ -40,7 +47,7 @@ jobs:
- name: Create Tag
id: create_tag
uses: jaywcjlove/create-tag-action@v1.2.1
uses: jaywcjlove/create-tag-action@v1.3.5
with:
token: ${{ secrets.GITHUB_TOKEN }}
package-path: ./package.json