Skip to content

Commit c9c8f91

Browse files
committed
chore: update .github/workflows/ci.yml
1 parent c2fb292 commit c9c8f91

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@ jobs:
2525

2626
- name: Is a tag created auto?
2727
id: create_tag
28-
uses: jaywcjlove/[email protected].0
28+
uses: jaywcjlove/[email protected].1
2929
with:
3030
token: ${{ secrets.GITHUB_TOKEN }}
3131
package-path: ./packages/core/package.json
3232

3333
- name: Generate Changelog
3434
id: changelog
35-
uses: jaywcjlove/[email protected].3
35+
uses: jaywcjlove/[email protected].5
3636
if: steps.create_tag.outputs.successful
3737
with:
3838
token: ${{ secrets.GITHUB_TOKEN }}
3939
head-ref: ${{ steps.create_tag.outputs.version }}
40-
filter-author: (jaywcjlove|小弟调调™|renovate|renovate-bot|dependabot\[bot\]|Renovate Bot)
40+
filter-author: (小弟调调™|renovate|Renovate Bot)
4141
filter: '[R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'
4242

4343
- name: Create Release
@@ -49,12 +49,9 @@ jobs:
4949
tag: ${{ steps.changelog.outputs.tag }}
5050
body: |
5151
[![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@uiw/react-native@${{steps.changelog.outputs.version}}/file/README.md) [![npm version](https://img.shields.io/npm/v/@uiw/react-native.svg)](https://www.npmjs.com/package/@uiw/react-native) [![npm bundle size](https://img.shields.io/bundlephobia/minzip/@uiw/react-native)](https://bundlephobia.com/result?p=@uiw/react-native@${{steps.changelog.outputs.version}})
52-
53-
```bash
54-
npm i @uiw/react-native@${{steps.changelog.outputs.version}}
55-
```
5652
5753
${{ steps.changelog.outputs.compareurl }}
54+
5855
${{ steps.changelog.outputs.changelog }}
5956
6057
- run: git status

0 commit comments

Comments
 (0)