From b3e74e8bfeeda22299c751a4010e308d6259c648 Mon Sep 17 00:00:00 2001 From: Dov Frankel Date: Thu, 10 Feb 2022 08:17:34 -0500 Subject: [PATCH] Added note to readme about how to renew Travis CI's CocoaPods trunk token --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 77afb1f..c302b88 100644 --- a/README.md +++ b/README.md @@ -253,6 +253,8 @@ Before pushing a build, you must: Once that's done, you can call `git push --follow-tags` [1](#f1), and let [Travis CI](https://travis-ci.org/abbeycode/UnrarKit/builds) take care of the rest. +_Note: if the push to CocoaPods fails in Travis CI, it's almost certainly because the Trunk token has expired. Follow [this Stack Overflow answer]](https://stackoverflow.com/a/31511532/105717)'s instructions to fix it. Next time, try `pod trunk me`_ + # Credits * Dov Frankel (dov@abbey-code.com)