Skip to content

Commit

Permalink
chore: update .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 15, 2021
1 parent da07480 commit 57a1d14
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 @@ -43,9 +43,10 @@ jobs:
tag_name: ${{ steps.create_tag.outputs.version }}
release_name: ${{ 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)
[![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/rehype-rewrite@${{steps.create_tag.outputs.versionNumber}}/file/README.md)
${{ steps.changelog.outputs.compareurl }}
${{ steps.changelog.outputs.changelog }}
draft: false
prerelease: false
Expand Down

0 comments on commit 57a1d14

Please sign in to comment.