In #82 we updated publish_pod to support --synchronous. In that code, we made a typo on the call to cache_cocoapods_specs_repos, which makes the action crash.
This went unnoticed during our tests because that only applies to subsequent runs (cache).
This PR fixes the typo, and already prepares the CHANGELOG.md to bump the version to 3.2.1, so that we're ready to release this as a hotfix.
In #82 we updated
publish_pod
to support--synchronous
. In that code, we made a typo on the call tocache_cocoapods_specs_repos
, which makes the action crash. This went unnoticed during our tests because that only applies to subsequent runs (cache).This PR fixes the typo, and already prepares the
CHANGELOG.md
to bump the version to3.2.1
, so that we're ready to release this as a hotfix.