Skip to content

Commit

Permalink
Build ios when tag to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
jigar-f committed Jun 21, 2024
1 parent 23e7743 commit 807d0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:

- name: Upload Lantern to TestFlight
uses: apple-actions/upload-testflight-build@v1
if: needs.set-version.outputs.prefix == 'lantern-installer-preview' && (needs.determine-platform.outputs.platform == 'ios' || needs.determine-platform.outputs.platform == 'all')
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')
with:
app-path: Lantern.ipa
issuer-id: ${{ secrets.APPSTORE_ISSUER_ID }}
Expand Down

0 comments on commit 807d0d1

Please sign in to comment.