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
55
66on :
77 push :
8- branches : [ "dev " ]
8+ branches : [ "worflows-updates " ]
99
1010jobs :
1111 publish-package :
12+ if : ${{ github.repositoryUrl == 'git@github.com:lowcoder-org/lowcoder.git' }}
1213 runs-on : ubuntu-latest
1314 steps :
1415 - name : Checkout repository
1920 id : check
2021 with :
2122 diff-search : true
23+ static-checking : localIsNew
2224 file-name : client/packages/lowcoder-cli/package.json
25+ file-url : https://unpkg.com/lowcoder-cli@latest/package.json
2326
2427 - name : Version update detected
2528 if : steps.check.outputs.changed == 'true'
Original file line number Diff line number Diff line change @@ -5,10 +5,11 @@ name: Publish Lowcoder Comps
55
66on :
77 push :
8- branches : [ "dev " ]
8+ branches : [ "worflows-updates " ]
99
1010jobs :
1111 publish-package :
12+ if : ${{ github.repositoryUrl == 'git@github.com:lowcoder-org/lowcoder.git' }}
1213 runs-on : ubuntu-latest
1314 steps :
1415 - name : Checkout repository
1920 id : check
2021 with :
2122 diff-search : true
23+ static-checking : localIsNew
2224 file-name : client/packages/lowcoder-comps/package.json
25+ file-url : https://unpkg.com/lowcoder-comps@latest/package.json
2326
2427 - name : Version update detected
2528 if : steps.check.outputs.changed == 'true'
Original file line number Diff line number Diff line change @@ -5,10 +5,11 @@ name: Publish Lowcoder Core
55
66on :
77 push :
8- branches : [ "dev " ]
8+ branches : [ "worflows-updates " ]
99
1010jobs :
1111 publish-package :
12+ if : ${{ github.repositoryUrl == 'git@github.com:lowcoder-org/lowcoder.git' }}
1213 runs-on : ubuntu-latest
1314 steps :
1415 - name : Checkout repository
1920 id : check
2021 with :
2122 diff-search : true
23+ static-checking : localIsNew
2224 file-name : client/packages/lowcoder-core/package.json
25+ file-url : https://unpkg.com/lowcoder-core@latest/package.json
2326
2427 - name : Version update detected
2528 if : steps.check.outputs.changed == 'true'
Original file line number Diff line number Diff line change @@ -5,10 +5,11 @@ name: Publish Lowcoder SDK
55
66on :
77 push :
8- branches : [ "dev " ]
8+ branches : [ "worflows-updates " ]
99
1010jobs :
1111 publish-package :
12+ if : ${{ github.repositoryUrl == 'git@github.com:lowcoder-org/lowcoder.git' }}
1213 runs-on : ubuntu-latest
1314 steps :
1415 - name : Checkout repository
1920 id : check
2021 with :
2122 diff-search : true
23+ static-checking : localIsNew
2224 file-name : client/packages/lowcoder-sdk/package.json
25+ file-url : https://unpkg.com/lowcoder-sdk@latest/package.json
2326
2427 - name : Version update detected
2528 if : steps.check.outputs.changed == 'true'
You can’t perform that action at this time.
0 commit comments