diff --git a/.circleci/config.yml b/.circleci/config.yml index 3aef175..bc3d4de 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -39,6 +39,9 @@ jobs: steps: - attach_workspace: at: ~/repo + - run: + name: Disable github auth check + command: mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config - run: name: Create release command: npm run release