File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -693,13 +693,13 @@ jobs:
693
693
export CSC_IDENTITY_AUTO_DISCOVERY=true
694
694
export CSC_KEYCHAIN=redisinsight.keychain
695
695
696
- if [ << parameters.env >> == 'prod' ]; then
696
+ # if [ << parameters.env >> == 'prod' ]; then
697
697
yarn package:prod
698
698
yarn package:mas
699
699
rm -rf release/mac
700
700
mv release/mas-universal/RedisInsight-mac-universal-mas.pkg release/RedisInsight-mac-universal-mas.pkg
701
701
exit 0;
702
- fi
702
+ # fi
703
703
704
704
export RI_CLOUD_IDP_AUTHORIZE_URL=$RI_CLOUD_IDP_AUTHORIZE_URL_STAGE
705
705
export RI_CLOUD_IDP_TOKEN_URL=$RI_CLOUD_IDP_TOKEN_URL_STAGE
Original file line number Diff line number Diff line change 2
2
"name" : " redisinsight" ,
3
3
"productName" : " RedisInsight" ,
4
4
"private" : true ,
5
- "version" : " 2.44 .0" ,
5
+ "version" : " 2.45 .0" ,
6
6
"description" : " RedisInsight" ,
7
7
"main" : " ./dist/main/main.js" ,
8
8
"author" : {
You can’t perform that action at this time.
0 commit comments