Skip to content

Commit b4fc7bc

Browse files
committed
Run pod setup during publish
1 parent 48d6ea3 commit b4fc7bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- run:
3333
name: Publish to Cocoapods
3434
command: |
35+
pod setup
3536
pod trunk push Segment-Amplitude.podspec --allow-warnings
3637
3738
workflows:
@@ -41,6 +42,8 @@ workflows:
4142
- build-and-test
4243
- publish:
4344
context: iOS
45+
requires:
46+
- build-and-test
4447
filters:
4548
branches:
4649
ignore: /.*/

0 commit comments

Comments
 (0)