File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ name: Publish Lowcoder CLI
5
5
6
6
on :
7
7
push :
8
- branches : [ "worflows-updates " ]
8
+ branches : [ "dev " ]
9
9
10
10
jobs :
11
11
publish-package :
12
- if : ${{ github.repositoryUrl == 'git@ github.com: lowcoder-org /lowcoder.git' }}
12
+ if : ${{ github.repositoryUrl == 'git:// github.com/ lowcoder/lowcoder.git'}}
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout repository
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ name: Publish Lowcoder Comps
5
5
6
6
on :
7
7
push :
8
- branches : [ "worflows-updates " ]
8
+ branches : [ "dev " ]
9
9
10
10
jobs :
11
11
publish-package :
12
- if : ${{ github.repositoryUrl == 'git@ github.com: lowcoder-org /lowcoder.git' }}
12
+ if : ${{ github.repositoryUrl == 'git:// github.com/ lowcoder/lowcoder.git'}}
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout repository
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ name: Publish Lowcoder Core
5
5
6
6
on :
7
7
push :
8
- branches : [ "worflows-updates " ]
8
+ branches : [ "dev " ]
9
9
10
10
jobs :
11
11
publish-package :
12
- if : ${{ github.repositoryUrl == 'git@ github.com: lowcoder-org /lowcoder.git' }}
12
+ if : ${{ github.repositoryUrl == 'git:// github.com/ lowcoder/lowcoder.git'}}
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout repository
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: Publish Lowcoder SDK
5
5
6
6
on :
7
7
push :
8
- branches : [ "worflows-updates " ]
8
+ branches : [ "dev " ]
9
9
10
10
jobs :
11
11
publish-package :
You can’t perform that action at this time.
0 commit comments