Skip to content

Commit db515cf

Browse files
committed
chore: update workflows config.
1 parent f2b0bce commit db515cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
name: ${{ steps.create_tag.outputs.version }}
4141
tag: ${{ steps.create_tag.outputs.version }}
4242
body: |
43-
[![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@uiw/react-markdown-editor@${{steps.create_tag.outputs.versionNumber}}/file/README.md) [![](https://img.shields.io/github/issues/uiwjs/react-markdown-editor.svg)](https://github.com/uiwjs/react-markdown-editor/releases) [![](https://img.shields.io/github/forks/uiwjs/react-markdown-editor.svg)](https://github.com/uiwjs/react-markdown-editor/network) [![](https://img.shields.io/github/stars/uiwjs/react-markdown-editor.svg)](https://github.com/uiwjs/react-markdown-editor/stargazers) [![](https://img.shields.io/github/release/uiwjs/react-markdown-editor.svg)](https://github.com/uiwjs/react-markdown-editor/releases) [![npm bundle size](https://img.shields.io/bundlephobia/minzip/@uiw/react-markdown-editor)](https://bundlephobia.com/result?p=@uiw/react-markdown-editor@${{steps.create_tag.outputs.versionNumber}})
43+
[![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@uiw/react-markdown-editor@${{steps.create_tag.outputs.versionNumber}}/file/README.md) [![npm bundle size](https://img.shields.io/bundlephobia/minzip/@uiw/react-markdown-editor)](https://bundlephobia.com/result?p=@uiw/react-markdown-editor@${{steps.create_tag.outputs.versionNumber}}) [![npm version](https://img.shields.io/npm/v/@uiw/react-markdown-editor.svg)](https://www.npmjs.com/package/@uiw/react-markdown-editor)
44+
4445
```bash
4546
npm i @uiw/react-markdown-editor@${{steps.create_tag.outputs.versionNumber}}
4647
```

0 commit comments

Comments
 (0)