File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 2929 env :
3030 FASTLANE_USER : ${{ secrets.FASTLANE_USER }}
3131 FASTLANE_TEAM_ID : ${{ secrets.FASTLANE_TEAM_ID }}
32+ MATCH_PASSWORD : ${{ secrets.MATCH_PASSWORD }}
33+ MATCH_GIT_BASIC_AUTHORIZATION : ${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION }}
3234 TG_BOT_TOKEN : ${{ secrets.TG_BOT_TOKEN }}
3335 TG_CHAT_ID : ${{ secrets.TG_CHAT_ID }}
Original file line number Diff line number Diff line change @@ -42,6 +42,8 @@ platform :ios do
4242 release : { desctiption : "Release channel: beta or stable" , default : "beta" }
4343 } )
4444
45+ setup_ci if ENV [ 'CI' ]
46+
4547 release_channel = ( options [ :release ] || "beta" ) . capitalize
4648
4749 update_xcconfig_value (
@@ -71,6 +73,8 @@ platform :ios do
7173 release : { desctiption : "Release channel: beta or stable" , default : "beta" }
7274 } )
7375
76+ setup_ci if ENV [ 'CI' ]
77+
7478 release_channel = ( options [ :release ] || "beta" ) . capitalize
7579
7680 update_xcconfig_value (
You can’t perform that action at this time.
0 commit comments