From 072225ff0d427e585ff6804c1016ee783fb013ae Mon Sep 17 00:00:00 2001 From: Andrew Hershberger Date: Wed, 20 Apr 2022 14:45:18 -0500 Subject: [PATCH] Fix release-precheck CI job (#1295) --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5cd2f2500672..4b1b12919b40 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -665,6 +665,7 @@ jobs: - run: name: Podspec points to the release version command: '[[ $(pod ipc spec MapboxMaps.podspec | jq -r .version) == "$VERSION" ]]' + - inject-netrc-credentials - run: name: General podspec check command: pod spec lint --verbose --allow-warnings