File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,16 @@ jobs:
117117 restore-keys : |
118118 ${{ runner.os }}-yarn-
119119
120+ - name : 🏗 Install Fastlane
121+ run : |
122+ run: yarn global add fastlane
123+
124+ - name : 📋 Run Fastlane Match
125+ run : |
126+ fastlane match --type development --bundle_id ${{ secrets.MATCH_UNIT_BUNDLEID }} --git_url ${{ secrets.MATCH_GIT_URL }} --git_basic_authorization ${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION }}
127+ fastlane match --type adhoc --bundle_id ${{ secrets.MATCH_UNIT_BUNDLEID }} --git_url ${{ secrets.MATCH_GIT_URL }} --git_basic_authorization ${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION }}
128+ fastlane match --type appstore --bundle_id ${{ secrets.MATCH_UNIT_BUNDLEID }} --git_url ${{ secrets.MATCH_GIT_URL }} --git_basic_authorization ${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION }}
129+
120130 - name : 📦 Install dependencies
121131 run : |
122132 yarn install --frozen-lockfile
You can’t perform that action at this time.
0 commit comments