Automattic / a8c-ci-toolkit-buildkite-plugin

A caching plugin that can be invoked from your build script.
22 stars 5 forks source link

Fix typo in publish_pods that makes it crash #84

Closed AliSoftware closed 8 months ago

AliSoftware commented 8 months ago

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.