File tree Expand file tree Collapse file tree 2 files changed +1
-15
lines changed
Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Original file line number Diff line number Diff line change 2121 make build
2222 make test
2323 make lint
24- publish :
25- macos :
26- xcode : " 9.4.1"
27- steps :
28- - checkout
29- - run :
30- name : Install Cocoapods
31- command : sudo gem install cocoapods -v 1.3.1
32- - run :
33- name : Publish to Cocoapods
34- command : |
35- pod setup
36- pod trunk push Segment-Amplitude.podspec --allow-warnings
3724
3825workflows :
3926 version : 2
Original file line number Diff line number Diff line change @@ -7,5 +7,4 @@ Releasing
77 4 . ` git commit -am "Prepare for release X.Y.Z." ` (where X.Y.Z is the new version)
88 5 . ` git tag -a X.Y.Z -m "Version X.Y.Z" ` (where X.Y.Z is the new version)
99 6 . ` git push origin master --tags `
10-
11- This will trigger a workflow in CircleCI that will publish your latest tag to Cocoapods.
10+ 7 . ` pod trunk push Segment-Amplitude.podspec --allow-warnings `
You can’t perform that action at this time.
0 commit comments