File tree Expand file tree Collapse file tree 1 file changed +10
-13
lines changed Expand file tree Collapse file tree 1 file changed +10
-13
lines changed Original file line number Diff line number Diff line change @@ -43,18 +43,18 @@ jobs:
43
43
44
44
- run : cp -rp coverage/lcov-report dist
45
45
46
- - name : Deploy
47
- uses : peaceiris/actions-gh-pages@v4
48
- with :
49
- github_token : ${{ secrets.GITHUB_TOKEN }}
50
- publish_dir : ./dist
51
-
52
46
- name : Create Tag
53
47
id : create_tag
54
48
uses : jaywcjlove/create-tag-action@main
55
49
with :
56
50
package-path : ./package.json
57
51
52
+ - name : Deploy
53
+ uses : peaceiris/actions-gh-pages@v4
54
+ with :
55
+ github_token : ${{ secrets.GITHUB_TOKEN }}
56
+ publish_dir : ./dist
57
+
58
58
- name : Generate Changelog
59
59
id : changelog
60
60
uses : jaywcjlove/changelog-generator@main
@@ -64,14 +64,11 @@ jobs:
64
64
filter-author : (小弟调调™|Renovate Bot)
65
65
filter : ' [R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'
66
66
67
- - name : Create Release
68
- uses : ncipollo/release-action@v1
69
- if : steps.create_tag.outputs.successful
67
+ - name : Create Released Tag
68
+ uses : jaywcjlove/create-tag-action@main
70
69
with :
71
- allowUpdates : true
72
- token : ${{ secrets.GITHUB_TOKEN }}
73
- name : ${{ steps.create_tag.outputs.version }}
74
- tag : ${{ steps.create_tag.outputs.version }}
70
+ version : ${{ steps.create_tag.outputs.version }}
71
+ release : true
75
72
body : |
76
73
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@uiw/babel-plugin-add-import-extension@${{steps.create_tag.outputs.versionNumber}}/file/README.md) [](https://bundlephobia.com/result?p=babel-plugin-transform-remove-imports@${{steps.create_tag.outputs.versionNumber}})
77
74
You can’t perform that action at this time.
0 commit comments