File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: Publish Lowcoder CLI
5
5
6
6
on :
7
7
push :
8
- branches : [ "publish-comps-workflow " ]
8
+ branches : [ "dev " ]
9
9
10
10
jobs :
11
11
publish-package :
44
44
run : npm publish
45
45
working-directory : client/packages/lowcoder-cli
46
46
env :
47
- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
47
+ NODE_AUTH_TOKEN : ${{ secrets.LOWCODERNPMBOT }}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: Publish Lowcoder Comps
5
5
6
6
on :
7
7
push :
8
- branches : [ "publish-comps-workflow " ]
8
+ branches : [ "dev " ]
9
9
10
10
jobs :
11
11
publish-package :
46
46
cmd : build_publish
47
47
dir : client/packages/lowcoder-comps
48
48
env :
49
- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
49
+ NODE_AUTH_TOKEN : ${{ secrets.LOWCODERNPMBOT }}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: Publish Lowcoder Core
5
5
6
6
on :
7
7
push :
8
- branches : [ "publish-comps-workflow " ]
8
+ branches : [ "dev " ]
9
9
10
10
jobs :
11
11
publish-package :
44
44
run : npm publish
45
45
working-directory : client/packages/lowcoder-core
46
46
env :
47
- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
47
+ NODE_AUTH_TOKEN : ${{ secrets.LOWCODERNPMBOT }}
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 : [ "publish-comps-workflow " ]
8
+ branches : [ "dev " ]
9
9
10
10
jobs :
11
11
publish-package :
51
51
run : npm publish
52
52
working-directory : client/packages/lowcoder-sdk
53
53
env :
54
- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
54
+ NODE_AUTH_TOKEN : ${{ secrets.LOWCODERNPMBOT }}
You can’t perform that action at this time.
0 commit comments