diff --git a/.circleci/config.yml b/.circleci/config.yml index 3d227a8e..ed5cd0c3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -60,6 +60,7 @@ jobs: steps: - attach_workspace: at: ~/storybook-dark-mode + - run: mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config - run: name: Release command: yarn release