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