Skip to content

Commit cf102de

Browse files
committed
Disable upload to Testflight step for now
1 parent 3701ace commit cf102de

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/release.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -175,14 +175,14 @@ jobs:
175175
with:
176176
name: Lantern.ipa
177177

178-
- name: Upload Lantern to TestFlight
179-
uses: apple-actions/upload-testflight-build@v1
180-
if: (needs.set-version.outputs.prefix == 'lantern-installer-preview'|| needs.set-version.outputs.prefix == 'lantern-installer') && (needs.determine-platform.outputs.platform == 'ios' || needs.determine-platform.outputs.platform == 'all')
181-
with:
182-
app-path: Lantern.ipa
183-
issuer-id: ${{ secrets.APPSTORE_ISSUER_ID }}
184-
api-key-id: ${{ secrets.APPSTORE_API_KEY_ID }}
185-
api-private-key: ${{ secrets.APPSTORE_API_PRIVATE_KEY }}
178+
# - name: Upload Lantern to TestFlight
179+
# uses: apple-actions/upload-testflight-build@v1
180+
# if: (needs.set-version.outputs.prefix == 'lantern-installer-preview'|| needs.set-version.outputs.prefix == 'lantern-installer') && (needs.determine-platform.outputs.platform == 'ios' || needs.determine-platform.outputs.platform == 'all')
181+
# with:
182+
# app-path: Lantern.ipa
183+
# issuer-id: ${{ secrets.APPSTORE_ISSUER_ID }}
184+
# api-key-id: ${{ secrets.APPSTORE_API_KEY_ID }}
185+
# api-private-key: ${{ secrets.APPSTORE_API_PRIVATE_KEY }}
186186

187187
- name: Upload Android App bundle to Play Store (beta)
188188
if: needs.set-version.outputs.prefix == 'lantern-installer-preview' && (needs.determine-platform.outputs.platform == 'android' || needs.determine-platform.outputs.platform == 'all')

0 commit comments

Comments
 (0)