File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 4
4
branches :
5
5
- main
6
6
7
- env :
8
- SKIP_PREFLIGHT_CHECK : true
9
-
10
7
jobs :
11
8
build-deploy :
12
9
runs-on : ubuntu-18.04
@@ -23,18 +20,17 @@ jobs:
23
20
24
21
- name : Create Tag
25
22
id : create_tag
26
- uses : jaywcjlove/create-tag-action@v1.2.1
23
+ uses : jaywcjlove/create-tag-action@v1.3.5
27
24
with :
28
- token : ${{ secrets.GITHUB_TOKEN }}
29
25
package-path : ./package.json
30
26
31
27
- name : Generate Changelog
32
28
id : changelog
33
- uses : jaywcjlove/changelog-generator@v1.4.3
29
+ uses : jaywcjlove/changelog-generator@v1.4.8
34
30
with :
35
31
token : ${{ secrets.GITHUB_TOKEN }}
36
32
head-ref : ${{steps.create_tag.outputs.version}}
37
- filter-author : (jaywcjlove|小弟调调™|dependabot\[ bot\] |Renovate Bot)
33
+ filter-author : (renovate- bot|Renovate Bot)
38
34
filter : ' [R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'
39
35
40
36
- name : Deploy
You can’t perform that action at this time.
0 commit comments