File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ const publishOptions = {
2
2
provider : 'github' ,
3
3
owner : 'valory-xyz' ,
4
4
repo : 'olas-operate-app' ,
5
- releaseType : 'release ' ,
5
+ releaseType : 'draft ' ,
6
6
token : process . env . GH_TOKEN ,
7
7
private : false ,
8
8
publishAutoUpdate : true ,
Original file line number Diff line number Diff line change 39
39
"main" : " electron/main.js" ,
40
40
"name" : " olas-operate-app" ,
41
41
"productName" : " Pearl" ,
42
- "private" : true ,
43
42
"scripts" : {
44
43
"build:frontend" : " cd frontend && yarn build && rm -rf ../electron/.next && cp -r .next ../electron/.next && rm -rf ../electron/public && cp -r public ../electron/public" ,
45
44
"dev:backend" : " poetry run python operate/cli.py" ,
54
53
"start" : " electron ." ,
55
54
"build" : " rm -rf dist/ && electron-builder build"
56
55
},
57
- "version" : " 0.1.0-rc26"
56
+ "version" : " 0.1.0-rc26.1 "
58
57
}
You can’t perform that action at this time.
0 commit comments