From 17786322da82e3064b4a4887511f5230022d3169 Mon Sep 17 00:00:00 2001 From: Andrew Lisowski Date: Fri, 20 May 2022 13:06:26 -0700 Subject: [PATCH] attempt to fix release --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 324fdda3c..e708285f8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -97,7 +97,7 @@ jobs: at: ~/auto - run: name: Add github.com to known hosts - command: ssh-keyscan github.com >> ~/.ssh/known_hosts + command: mkdir ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts - run: name: Release command: yarn auto shipit -vv