File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
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,13 +32,13 @@ jobs:
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
38
39
- name : get tag version
39
40
id : tag_version
40
- uses : jaywcjlove/changelog-generator@v1.5.3
41
+ uses : jaywcjlove/changelog-generator@main
41
42
42
43
- name : Deploy Website
43
44
uses : peaceiris/actions-gh-pages@v3
50
51
51
52
- name : Generate Changelog
52
53
id : changelog
53
- uses : jaywcjlove/changelog-generator@v1.5.3
54
+ uses : jaywcjlove/changelog-generator@main
54
55
with :
55
56
token : ${{ secrets.GITHUB_TOKEN }}
56
57
filter-author : (jaywcjlove|小弟调调™|dependabot\[bot\]|Renovate Bot)
64
65
name : ${{ steps.create_tag.outputs.version }}
65
66
tag : ${{ steps.create_tag.outputs.version }}
66
67
body : |
67
- Documentation ${{ steps.changelog.outputs.tag }}: https://raw.githack.com/jaywcjlove/vim-web /${{ steps.changelog.outputs.gh-pages-short-hash }}/index.html
68
+ Documentation ${{ steps.changelog.outputs.tag }}: https://raw.githack.com/jaywcjlove/docker-tutorial /${{ steps.changelog.outputs.gh-pages-short-hash }}/index.html
68
69
Comparing Changes: ${{ steps.changelog.outputs.compareurl }}
69
70
70
71
${{ steps.changelog.outputs.changelog }}
You can’t perform that action at this time.
0 commit comments