chore: gha ios release | take 3 (#23199)

* chore: gha ios release | take 3

* chore: gha ios release | take 3
This commit is contained in:
Alex
2025-10-23 15:35:43 -05:00
committed by GitHub
parent 3c8df55986
commit f8afef0f9d
3 changed files with 4 additions and 300 deletions

View File

@@ -58,7 +58,8 @@ jobs:
permissions:
contents: read
# Skip when PR from a fork
if: ${{ !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' && fromJSON(needs.pre-job.outputs.should_run).mobile == true }}
# if: ${{ !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' && fromJSON(needs.pre-job.outputs.should_run).mobile == true }}
if: ${{ false }}
runs-on: mich
steps:
@@ -194,13 +195,13 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true
working-directory: ./mobile/ios
- name: Install Fastlane
run: |
cd mobile/ios
gem install bundler
bundle config set --local path 'vendor/bundle'
bundle install
- name: Create API Key JSON