File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 15
15
16
16
- name : Generate Changelog
17
17
id : changelog
18
- uses :
jaywcjlove/[email protected] .6
18
+ uses :
jaywcjlove/[email protected] .8
19
19
with :
20
20
token : ${{ secrets.GITHUB_TOKEN }}
21
21
filter-author : (小弟调调™|Renovate Bot)
27
27
- run : npm run dash
28
28
- run : rm -rf .deploy/linux-command.docset
29
29
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
+
30
37
- run : npm install @jsdevtools/npm-publish -g
31
38
- run : npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json
32
39
40
47
41
48
- name : Create Tag
42
49
id : create_tag
43
- uses : jaywcjlove/create-tag-action@v1.2.1
50
+ uses : jaywcjlove/create-tag-action@v1.3.5
44
51
with :
45
52
token : ${{ secrets.GITHUB_TOKEN }}
46
53
package-path : ./package.json
You can’t perform that action at this time.
0 commit comments