Navigation Menu

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 May 31, 2021
1 parent b435eed commit 233b43d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Expand Up @@ -41,12 +41,7 @@ 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/rehype-attr@${{steps.create_tag.outputs.versionNumber}}/file/README.md)
[![](https://img.shields.io/github/issues/jaywcjlove/rehype-attr.svg)](https://github.com/jaywcjlove/rehype-attr/releases)
[![](https://img.shields.io/github/forks/jaywcjlove/rehype-attr.svg)](https://github.com/jaywcjlove/rehype-attr/network)
[![](https://img.shields.io/github/stars/jaywcjlove/rehype-attr.svg)](https://github.com/jaywcjlove/rehype-attr/stargazers)
[![](https://img.shields.io/github/release/jaywcjlove/rehype-attr.svg)](https://github.com/jaywcjlove/rehype-attr/releases)
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/rehype-attr)](https://bundlephobia.com/result?p=rehype-attr@${{steps.create_tag.outputs.versionNumber}})
[![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/rehype-attr@${{steps.create_tag.outputs.versionNumber}}/file/README.md) [![](https://img.shields.io/github/issues/jaywcjlove/rehype-attr.svg)](https://github.com/jaywcjlove/rehype-attr/releases) [![](https://img.shields.io/github/forks/jaywcjlove/rehype-attr.svg)](https://github.com/jaywcjlove/rehype-attr/network) [![](https://img.shields.io/github/stars/jaywcjlove/rehype-attr.svg)](https://github.com/jaywcjlove/rehype-attr/stargazers) [![](https://img.shields.io/github/release/jaywcjlove/rehype-attr.svg)](https://github.com/jaywcjlove/rehype-attr/releases) [![npm bundle size](https://img.shields.io/bundlephobia/minzip/rehype-attr)](https://bundlephobia.com/result?p=rehype-attr@${{steps.create_tag.outputs.versionNumber}})
```bash
npm i rehype-attr@${{steps.create_tag.outputs.versionNumber}}
Expand Down

0 comments on commit 233b43d

Please sign in to comment.