File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -209,13 +209,6 @@ jobs:
209209 name : SideStore-${{ env.MARKETING_VERSION }}-dSYMs.zip
210210 path : SideStore.dSYMs.zip
211211
212- - uses : actions/checkout@v4
213- if : steps.build_gate.outputs.should_skip != 'true' && env.DEPLOY_KEY != ''
214- with :
215- repository : " SideStore/apps-v2.json"
216- ref : " main"
217- token : ${{ secrets.CROSS_REPO_PUSH_KEY }}
218- path : " SideStore/apps-v2.json"
219212
220213 - name : Generate Metadata
221214 if : steps.build_gate.outputs.should_skip != 'true'
@@ -234,18 +227,6 @@ jobs:
234227 "$IPA_NAME" \
235228 "$LAST_SUCCESSFUL_COMMIT"
236229
237- - name : Deploy
238- if : steps.build_gate.outputs.should_skip != 'true' && env.DEPLOY_KEY != ''
239- run : |
240- SOURCE_JSON="_includes/source.json"
241-
242- python3 scripts/ci/workflow.py deploy \
243- SideStore/apps-v2.json \
244- "$SOURCE_JSON" \
245- "$CHANNEL" \
246- "$MARKETING_VERSION"
247-
248-
249230 # --------------------------------------------------
250231 # upload release to GH
251232 # --------------------------------------------------
You can’t perform that action at this time.
0 commit comments