Skip to content

Commit

Permalink
chore: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 2, 2021
1 parent f0a97b2 commit 8831076
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
name: ${{ steps.create_tag.outputs.version }}
tag: ${{ steps.create_tag.outputs.version }}
body: |
[![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@uiw/react-split@${{steps.create_tag.outputs.versionNumber}}/file/README.md) [![](https://img.shields.io/github/issues/jaywcjlove/react-split.svg)](https://github.com/jaywcjlove/react-split/releases) [![](https://img.shields.io/github/forks/jaywcjlove/react-split.svg)](https://github.com/jaywcjlove/react-split/network) [![](https://img.shields.io/github/stars/jaywcjlove/react-split.svg)](https://github.com/jaywcjlove/react-split/stargazers) [![](https://img.shields.io/github/release/jaywcjlove/react-split.svg)](https://github.com/jaywcjlove/react-split/releases) [![npm bundle size](https://img.shields.io/bundlephobia/minzip/@uiw/react-split)](https://bundlephobia.com/result?p=@uiw/react-split@${{steps.create_tag.outputs.versionNumber}})
[![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@uiw/react-split@${{steps.create_tag.outputs.versionNumber}}/file/README.md) [![](https://img.shields.io/github/issues/uiwjs/react-split.svg)](https://github.com/uiwjs/react-split/releases) [![](https://img.shields.io/github/forks/uiwjs/react-split.svg)](https://github.com/uiwjs/react-split/network) [![](https://img.shields.io/github/stars/uiwjs/react-split.svg)](https://github.com/uiwjs/react-split/stargazers) [![](https://img.shields.io/github/release/uiwjs/react-split.svg)](https://github.com/uiwjs/react-split/releases) [![npm bundle size](https://img.shields.io/bundlephobia/minzip/@uiw/react-split)](https://bundlephobia.com/result?p=@uiw/react-split@${{steps.create_tag.outputs.versionNumber}})
```bash
npm i @uiw/react-split@${{steps.create_tag.outputs.versionNumber}}
```
Expand Down

0 comments on commit 8831076

Please sign in to comment.