File tree Expand file tree Collapse file tree 1 file changed +19
-17
lines changed Expand file tree Collapse file tree 1 file changed +19
-17
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Release CI
3
3
on :
4
4
push :
5
5
branches :
6
- - main
6
+ - test_ci
7
7
8
8
permissions :
9
9
contents : write
@@ -19,30 +19,32 @@ jobs:
19
19
- id : init
20
20
uses : localazy/release/init@v2
21
21
22
- prepare :
23
- name : Prepare Release PR
24
- needs : ci
25
- if : needs.ci.outputs.action == 'prepare'
26
- runs-on : [ self-hosted, Linux ]
27
- steps :
28
- - uses : localazy/release/prepare@v2
29
- with :
30
- app-id : ${{ secrets.AUTH_APP_ID }}
31
- app-key : ${{ secrets.AUTH_APP_KEY }}
32
- monorepo-bump : |
33
- ''
34
- 'extensions/common'
35
- 'extensions/module'
36
- 'extensions/sync-hook'
22
+ # prepare:
23
+ # name: Prepare Release PR
24
+ # needs: ci
25
+ # if: needs.ci.outputs.action == 'prepare'
26
+ # runs-on: [ self-hosted, Linux ]
27
+ # steps:
28
+ # - uses: localazy/release/prepare@v2
29
+ # with:
30
+ # node-version: '18.18'
31
+ # app-id: ${{ secrets.AUTH_APP_ID }}
32
+ # app-key: ${{ secrets.AUTH_APP_KEY }}
33
+ # monorepo-bump: |
34
+ # ''
35
+ # 'extensions/common'
36
+ # 'extensions/module'
37
+ # 'extensions/sync-hook'
37
38
38
39
publish :
39
40
name : Publish Release
40
41
needs : ci
41
- if : needs.ci.outputs.action == 'publish'
42
+ # if: needs.ci.outputs.action == 'publish'
42
43
runs-on : [ self-hosted, Linux ]
43
44
steps :
44
45
- uses : localazy/release/publish@v2
45
46
with :
47
+ node-version : ' 18.18'
46
48
app-id : ${{ secrets.AUTH_APP_ID }}
47
49
app-key : ${{ secrets.AUTH_APP_KEY }}
48
50
run-after-install : npm run set-production-config
You can’t perform that action at this time.
0 commit comments