From 8ffaceaae92efeb52a2b9845c3ed8c3bc7f0ce78 Mon Sep 17 00:00:00 2001 From: Justin Dalrymple Date: Sun, 17 Oct 2021 15:19:26 -0400 Subject: [PATCH] Install git in deploy stages (#2156) --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index d434e420..6fcc70f6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -415,6 +415,8 @@ jobs: keys: - build-{{ .Environment.CIRCLE_WORKFLOW_ID }} - run: | + apk add --no-cache git + npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN npm config set always-auth=true @@ -440,6 +442,8 @@ jobs: keys: - build-{{ .Environment.CIRCLE_WORKFLOW_ID }} - run: | + apk add --no-cache git + npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN npm config set always-auth=true yarn release