Skip to content

Commit 5105ad9

Browse files
committedAug 28, 2021
chore: update workflows config.
1 parent ae16d6e commit 5105ad9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

‎.github/workflows/ci.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Deploy react-markdown-preview
1+
name: Build and Deploy
22
on:
33
push:
44
branches:
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Generate Changelog
2929
id: changelog
30-
uses: jaywcjlove/changelog-generator@v1.4.2
30+
uses: jaywcjlove/changelog-generator@v1.4.3
3131
with:
3232
token: ${{ secrets.GITHUB_TOKEN }}
3333
head-ref: ${{steps.create_tag.outputs.version}}
@@ -50,10 +50,11 @@ jobs:
5050
body: |
5151
[![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@uiw/react-markdown-preview@${{steps.create_tag.outputs.versionNumber}}/file/README.md) [![npm bundle size](https://img.shields.io/bundlephobia/minzip/@uiw/react-markdown-preview)](https://bundlephobia.com/result?p=@uiw/react-markdown-preview@${{steps.create_tag.outputs.versionNumber}})
5252
53-
```bash
53+
```shell
5454
npm i @uiw/react-markdown-preview@${{steps.create_tag.outputs.versionNumber}}
5555
```
5656
5757
${{ steps.changelog.outputs.compareurl }}
5858
5959
${{ steps.changelog.outputs.changelog }}
60+

0 commit comments

Comments
 (0)
Please sign in to comment.