Skip to content

Commit 19abbc8

Browse files
committed
Fix workflow
1 parent f7a25e3 commit 19abbc8

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff 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
# --------------------------------------------------

0 commit comments

Comments
 (0)