File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ jobs:
32
32
33
33
- name : Generate Changelog
34
34
id : changelog
35
- uses :
jaywcjlove/[email protected] .3
35
+ uses :
jaywcjlove/[email protected] .6
36
36
if : steps.create_tag.outputs.successful
37
37
with :
38
38
token : ${{ secrets.GITHUB_TOKEN }}
39
39
head-ref : ${{ steps.create_tag.outputs.version }}
40
- filter-author : (jaywcjlove| 小弟调调™|dependabot\[bot\] |Renovate Bot)
40
+ filter-author : (小弟调调™|Renovate Bot)
41
41
filter : ' [R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'
42
42
43
43
- name : Create Release
@@ -50,14 +50,14 @@ jobs:
50
50
body : |
51
51
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@uiw/react-markdown-preview@${{steps.create_tag.outputs.versionNumber}}/file/README.md)
52
52
53
- ```bash
54
- npm i @uiw/react-markdown-preview@${{steps.create_tag.outputs.versionNumber}}
55
- ```
56
-
57
53
${{ steps.changelog.outputs.compareurl }}
58
54
59
55
${{ steps.changelog.outputs.changelog }}
60
56
57
+ ```bash
58
+ npm i @uiw/react-markdown-preview@${{steps.create_tag.outputs.versionNumber}}
59
+ ```
60
+
61
61
- name : Deploy
62
62
uses : peaceiris/actions-gh-pages@v3
63
63
with :
You can’t perform that action at this time.
0 commit comments