File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 26
26
27
27
- name : Is a tag created auto?
28
28
id : create_tag
29
- uses : jaywcjlove/create-tag-action@v1.2.1
29
+ uses : jaywcjlove/create-tag-action@v1.3.2
30
30
with :
31
- token : ${{ secrets.GITHUB_TOKEN }}
32
31
package-path : ./packages/core/package.json
33
32
34
33
- name : Generate Changelog
@@ -41,13 +40,12 @@ jobs:
41
40
filter-author : (renovate-bot|Renovate Bot)
42
41
filter : ' [R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'
43
42
43
+
44
44
- name : Create Release
45
- uses : ncipollo/release-action@v1
46
- if : steps.create_tag.outputs.successful
45
+ uses :
jaywcjlove/[email protected]
47
46
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
51
49
body : |
52
50
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@uiw/react-native@${{steps.changelog.outputs.version}}/file/README.md) [](https://www.npmjs.com/package/@uiw/react-native) [](https://bundlephobia.com/result?p=@uiw/react-native@${{steps.changelog.outputs.version}})
53
51
You can’t perform that action at this time.
0 commit comments