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 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/create-tag-action@v1.3.2
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://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}})
5351
You can’t perform that action at this time.
0 commit comments