File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- name : Build and Deploy react-markdown-preview
1
+ name : Build and Deploy
2
2
on :
3
3
push :
4
4
branches :
27
27
28
28
- name : Generate Changelog
29
29
id : changelog
30
- uses : jaywcjlove/changelog-generator@v1.4.2
30
+ uses : jaywcjlove/changelog-generator@v1.4.3
31
31
with :
32
32
token : ${{ secrets.GITHUB_TOKEN }}
33
33
head-ref : ${{steps.create_tag.outputs.version}}
@@ -50,10 +50,11 @@ 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) [](https://bundlephobia.com/result?p=@uiw/react-markdown-preview@${{steps.create_tag.outputs.versionNumber}})
52
52
53
- ```bash
53
+ ```shell
54
54
npm i @uiw/react-markdown-preview@${{steps.create_tag.outputs.versionNumber}}
55
55
```
56
56
57
57
${{ steps.changelog.outputs.compareurl }}
58
58
59
59
${{ steps.changelog.outputs.changelog }}
60
+
You can’t perform that action at this time.
0 commit comments