File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -24,18 +24,17 @@ jobs:
24
24
25
25
- name : Is a tag created auto?
26
26
id : create_tag
27
- uses : jaywcjlove/create-tag-action@v1.2.1
27
+ uses : jaywcjlove/create-tag-action@v1.3.5
28
28
with :
29
- token : ${{ secrets.GITHUB_TOKEN }}
30
29
package-path : ./package.json
31
30
32
31
- name : Generate Changelog
33
32
id : changelog
34
- uses :
jaywcjlove/[email protected] .3
33
+ uses :
jaywcjlove/[email protected] .8
35
34
with :
36
35
token : ${{ secrets.GITHUB_TOKEN }}
37
36
head-ref : ${{steps.create_tag.outputs.version}}
38
- filter-author : (jaywcjlove|小弟调调™ |dependabot|dependabot\[bot\]|Renovate Bot)
37
+ filter-author : (renovate-bot |dependabot|dependabot\[bot\]|Renovate Bot)
39
38
filter : ' [R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'
40
39
41
40
- name : Create Release
You can’t perform that action at this time.
0 commit comments