Fastlane TestFlight Dependencies (#1187)
This commit is contained in:
parent
32f23ff295
commit
17f13fe36e
|
@ -19,11 +19,12 @@ jobs:
|
||||||
if: ${{ github.event.client_payload.hasCheckoutCommit }}
|
if: ${{ github.event.client_payload.hasCheckoutCommit }}
|
||||||
run: |
|
run: |
|
||||||
git checkout ${{ github.event.client_payload.commitSHA }}
|
git checkout ${{ github.event.client_payload.commitSHA }}
|
||||||
|
|
||||||
- run: 'echo "$SSH_KEY" > key'
|
- name: Install SwiftGen
|
||||||
shell: bash
|
run: brew install swiftgen
|
||||||
env:
|
|
||||||
SSH_KEY: ${{secrets.P12_PASSWORD}}
|
- name: Update Carthage
|
||||||
|
run: carthage update --use-xcframeworks --cache-builds
|
||||||
|
|
||||||
- name: Install the Apple certificate and provisioning profile
|
- name: Install the Apple certificate and provisioning profile
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue