File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 5
5
- master
6
6
jobs :
7
7
build-deploy :
8
- runs-on : ubuntu-20.04
8
+ runs-on : ubuntu-latest
9
9
steps :
10
10
- uses : actions/checkout@v3
11
11
- uses : actions/setup-node@v3
@@ -25,13 +25,13 @@ jobs:
25
25
26
26
- name : Create Tag
27
27
id : create_tag
28
- uses : jaywcjlove/create-tag-action@v1.3.7
28
+ uses : jaywcjlove/create-tag-action@main
29
29
with :
30
30
package-path : ./package.json
31
31
32
32
- name : get tag version
33
33
id : tag_version
34
- uses : jaywcjlove/changelog-generator@v1.5.7
34
+ uses : jaywcjlove/changelog-generator@main
35
35
36
36
- name : Deploy
37
37
uses : peaceiris/actions-gh-pages@v3
42
42
43
43
- name : Generate Changelog
44
44
id : changelog
45
- uses : jaywcjlove/changelog-generator@v1.5.7
45
+ uses : jaywcjlove/changelog-generator@main
46
46
with :
47
47
head-ref : ${{steps.create_tag.outputs.version}}
48
48
filter-author : (小弟调调™)
95
95
uses : jaywcjlove/github-action-package@main
96
96
with :
97
97
path : ./package.json
98
- data : |
99
- { "name": "@uiwjs/react-markdown-editor" }
98
+ rename : ' @uiwjs/react-markdown-editor'
100
99
101
100
- run : npm publish
102
101
env :
You can’t perform that action at this time.
0 commit comments