File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
website :
9
- runs-on : ubuntu-20.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
@@ -29,13 +30,13 @@ jobs:
29
30
30
31
- name : Create Tag
31
32
id : create_tag
32
- uses : jaywcjlove/create-tag-action@v1.3.7
33
+ uses : jaywcjlove/create-tag-action@main
33
34
with :
34
35
package-path : ./package.json
35
36
36
37
- name : get tag version
37
38
id : tag_version
38
- uses : jaywcjlove/changelog-generator@v1.5.7
39
+ uses : jaywcjlove/changelog-generator@main
39
40
40
41
- name : Deploy
41
42
uses : peaceiris/actions-gh-pages@v3
48
49
49
50
- name : Generate Changelog
50
51
id : changelog
51
- uses : jaywcjlove/changelog-generator@v1.5.7
52
+ uses : jaywcjlove/changelog-generator@main
52
53
with :
53
54
token : ${{ secrets.GITHUB_TOKEN }}
54
55
filter-author : (jaywcjlove|小弟调调™|dependabot\[bot\]|Renovate Bot)
You can’t perform that action at this time.
0 commit comments