File tree Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -66,30 +66,30 @@ jobs:
66
66
name : codecov-umbrella
67
67
fail_ci_if_error : true
68
68
69
- pushTags :
70
- needs : coverage
71
- runs-on : ubuntu-latest
72
- steps :
73
- - uses : actions/checkout@v2
74
- with :
75
- fetch-depth : 0 # otherwise, you will failed to push refs to dest repo
69
+ # pushTags:
70
+ # needs: coverage
71
+ # runs-on: ubuntu-latest
72
+ # steps:
73
+ # - uses: actions/checkout@v2
74
+ # with:
75
+ # fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
76
76
77
- - uses : actions/setup-node@v1
78
- with :
79
- node-version : 10
77
+ # - uses: actions/setup-node@v1
78
+ # with:
79
+ # node-version: 10
80
80
81
- - name : Git Config
82
- run : |
83
- git config --local user.email "jiangzhiguo2010@qq.com"
84
- git config --local user.name "Mr-jiangzhiguo"
85
- - name : Version release
86
- run : |
87
- yarn install
88
- yarn release
81
+ # - name: Git Config
82
+ # run: |
83
+ # git config --local user.email "jiangzhiguo2010@qq.com"
84
+ # git config --local user.name "Mr-jiangzhiguo"
85
+ # - name: Version release
86
+ # run: |
87
+ # yarn install
88
+ # yarn release
89
89
90
- - name : Push all tags
91
- uses : ad-m/github-push-action@master
92
- with :
93
- github_token : ${{ secrets.MY_GITHUB_TOKEN }}
94
- tags : true
95
- branch : main
90
+ # - name: Push all tags
91
+ # uses: ad-m/github-push-action@master
92
+ # with:
93
+ # github_token: ${{ secrets.MY_GITHUB_TOKEN }}
94
+ # tags: true
95
+ # branch: main
You can’t perform that action at this time.
0 commit comments