File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
build :
9
- runs-on : ubuntu-18.04
9
+ runs-on : ubuntu-latest
10
10
steps :
11
11
- uses : actions/checkout@v3
12
12
- uses : actions/setup-node@v3
13
13
with :
14
14
node-version : 16
15
+ registry-url : ' https://registry.npmjs.org'
15
16
16
17
- run : npm install
17
18
- run : npm run build
31
32
32
33
- name : Create Tag
33
34
id : create_tag
34
- uses : jaywcjlove/create-tag-action@v1.3.6
35
+ uses : jaywcjlove/create-tag-action@main
35
36
with :
36
37
package-path : ./package.json
37
38
46
47
47
48
- name : Generate Changelog
48
49
id : changelog
49
- uses : jaywcjlove/changelog-generator@v1.5.3
50
+ uses : jaywcjlove/changelog-generator@main
50
51
with :
51
52
token : ${{ secrets.GITHUB_TOKEN }}
52
53
filter-author : (jaywcjlove|小弟调调™|dependabot\[bot\]|Renovate Bot)
You can’t perform that action at this time.
0 commit comments