Skip to content

Commit fef24bb

Browse files
author
Brie
committed
Remove autopublish to cocoapods as need cocoapods ownership
1 parent 51bfe75 commit fef24bb

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

.circleci/config.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,6 @@ jobs:
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
3825
workflows:
3926
version: 2

RELEASING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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`

0 commit comments

Comments
 (0)