Skip to content

Commit b2cf5a9

Browse files
committed
chore: update .github/workflows/ci.yml
1 parent 06de641 commit b2cf5a9

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ jobs:
2626

2727
- name: Is a tag created auto?
2828
id: create_tag
29-
uses: jaywcjlove/create-tag-action@v1.2.1
29+
uses: jaywcjlove/create-tag-action@v1.3.2
3030
with:
31-
token: ${{ secrets.GITHUB_TOKEN }}
3231
package-path: ./packages/core/package.json
3332

3433
- name: Generate Changelog
@@ -41,13 +40,12 @@ jobs:
4140
filter-author: (renovate-bot|Renovate Bot)
4241
filter: '[R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'
4342

43+
4444
- name: Create Release
45-
uses: ncipollo/release-action@v1
46-
if: steps.create_tag.outputs.successful
45+
uses: jaywcjlove/[email protected]
4746
with:
48-
token: ${{ secrets.GITHUB_TOKEN }}
49-
name: ${{ steps.changelog.outputs.tag }}
50-
tag: ${{ steps.changelog.outputs.tag }}
47+
package-path: ./packages/core/package.json
48+
release: true
5149
body: |
5250
[![](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}})
5351

0 commit comments

Comments
 (0)