Skip to content

Commit

Permalink
ci: download all platforms when releasing cocapods (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannisj authored Nov 8, 2024
1 parent cceb220 commit 1e448b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,5 @@ bootstrap:
brew install peripheryapp/periphery/periphery

releaseCocoaPods:
pod trunk push PostHog.podspec --allow-warnings
set -o pipefail && xcrun xcodebuild -downloadAllPlatforms
pod trunk push PostHog.podspec --allow-warnings

0 comments on commit 1e448b9

Please sign in to comment.