mirror of
https://github.com/mixpanel/mixpanel-swift
synced 2026-04-21 13:37:18 +00:00
Install Carthage via Homebrew before running carthage.sh in publish workflow
Agent-Logs-Url: https://github.com/mixpanel/mixpanel-swift/sessions/eec3ba6e-8bc8-481d-bbca-a1116860f9e7 Co-authored-by: ketanmixpanel <188901560+ketanmixpanel@users.noreply.github.com>
This commit is contained in:
parent
b9c6ac927e
commit
0cea092736
1 changed files with 4 additions and 0 deletions
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
|
|
@ -146,6 +146,10 @@ jobs:
|
|||
git tag -a "${{ inputs.version }}" -m "Release ${{ inputs.version }}"
|
||||
git push origin "${{ inputs.version }}"
|
||||
|
||||
- name: Install Carthage
|
||||
if: ${{ !inputs.dry_run }}
|
||||
run: brew install carthage
|
||||
|
||||
- name: Build Carthage XCFramework
|
||||
if: ${{ !inputs.dry_run }}
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue