Skip to content

Commit 635103a

Browse files
committed
chore: update .github/workflows/ci.yml
1 parent 0045231 commit 635103a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- name: Generate Changelog
1717
id: changelog
18-
uses: jaywcjlove/[email protected].6
18+
uses: jaywcjlove/[email protected].8
1919
with:
2020
token: ${{ secrets.GITHUB_TOKEN }}
2121
filter-author: (小弟调调™|Renovate Bot)
@@ -27,6 +27,13 @@ jobs:
2727
- run: npm run dash
2828
- run: rm -rf .deploy/linux-command.docset
2929

30+
- name: Generate Contributors Images
31+
uses: jaywcjlove/github-action-contributors@main
32+
with:
33+
filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\])
34+
output: .deploy/CONTRIBUTORS.svg
35+
avatarSize: 42
36+
3037
- run: npm install @jsdevtools/npm-publish -g
3138
- run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json
3239

@@ -40,7 +47,7 @@ jobs:
4047

4148
- name: Create Tag
4249
id: create_tag
43-
uses: jaywcjlove/create-tag-action@v1.2.1
50+
uses: jaywcjlove/create-tag-action@v1.3.5
4451
with:
4552
token: ${{ secrets.GITHUB_TOKEN }}
4653
package-path: ./package.json

0 commit comments

Comments
 (0)