Skip to content

Commit

Permalink
Fix ios pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-pratik-k committed Dec 10, 2024
1 parent 906cd08 commit 57d7980
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ios_deploy.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
name: Publish to App Store Connect

on: push
on:
push:
branches:
- main
workflow_dispatch:

jobs:
ios_deploy:
runs-on: macos-14
runs-on: macos-13

env:
APP_STORE_CONNECT_ISSUER_ID: ${{ secrets.APP_STORE_CONNECT_ISSUER_ID }}
Expand Down

0 comments on commit 57d7980

Please sign in to comment.