File tree Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,11 @@ name: Publish Lowcoder CLI
5
5
6
6
on :
7
7
push :
8
- branches : [ "dev " ]
8
+ branches : [ "worflows-updates " ]
9
9
10
10
jobs :
11
11
publish-package :
12
+ if : ${{ github.repositoryUrl == 'git@github.com:lowcoder-org/lowcoder.git' }}
12
13
runs-on : ubuntu-latest
13
14
steps :
14
15
- name : Checkout repository
19
20
id : check
20
21
with :
21
22
diff-search : true
23
+ static-checking : localIsNew
22
24
file-name : client/packages/lowcoder-cli/package.json
25
+ file-url : https://unpkg.com/lowcoder-cli@latest/package.json
23
26
24
27
- name : Version update detected
25
28
if : steps.check.outputs.changed == 'true'
Original file line number Diff line number Diff line change @@ -5,10 +5,11 @@ name: Publish Lowcoder Comps
5
5
6
6
on :
7
7
push :
8
- branches : [ "dev " ]
8
+ branches : [ "worflows-updates " ]
9
9
10
10
jobs :
11
11
publish-package :
12
+ if : ${{ github.repositoryUrl == 'git@github.com:lowcoder-org/lowcoder.git' }}
12
13
runs-on : ubuntu-latest
13
14
steps :
14
15
- name : Checkout repository
19
20
id : check
20
21
with :
21
22
diff-search : true
23
+ static-checking : localIsNew
22
24
file-name : client/packages/lowcoder-comps/package.json
25
+ file-url : https://unpkg.com/lowcoder-comps@latest/package.json
23
26
24
27
- name : Version update detected
25
28
if : steps.check.outputs.changed == 'true'
Original file line number Diff line number Diff line change @@ -5,10 +5,11 @@ name: Publish Lowcoder Core
5
5
6
6
on :
7
7
push :
8
- branches : [ "dev " ]
8
+ branches : [ "worflows-updates " ]
9
9
10
10
jobs :
11
11
publish-package :
12
+ if : ${{ github.repositoryUrl == 'git@github.com:lowcoder-org/lowcoder.git' }}
12
13
runs-on : ubuntu-latest
13
14
steps :
14
15
- name : Checkout repository
19
20
id : check
20
21
with :
21
22
diff-search : true
23
+ static-checking : localIsNew
22
24
file-name : client/packages/lowcoder-core/package.json
25
+ file-url : https://unpkg.com/lowcoder-core@latest/package.json
23
26
24
27
- name : Version update detected
25
28
if : steps.check.outputs.changed == 'true'
Original file line number Diff line number Diff line change @@ -5,10 +5,11 @@ name: Publish Lowcoder SDK
5
5
6
6
on :
7
7
push :
8
- branches : [ "dev " ]
8
+ branches : [ "worflows-updates " ]
9
9
10
10
jobs :
11
11
publish-package :
12
+ if : ${{ github.repositoryUrl == 'git@github.com:lowcoder-org/lowcoder.git' }}
12
13
runs-on : ubuntu-latest
13
14
steps :
14
15
- name : Checkout repository
19
20
id : check
20
21
with :
21
22
diff-search : true
23
+ static-checking : localIsNew
22
24
file-name : client/packages/lowcoder-sdk/package.json
25
+ file-url : https://unpkg.com/lowcoder-sdk@latest/package.json
23
26
24
27
- name : Version update detected
25
28
if : steps.check.outputs.changed == 'true'
You can’t perform that action at this time.
0 commit comments