From cf0c8ad9675b05ba55a71b682fdc56cb2db5e8f6 Mon Sep 17 00:00:00 2001 From: Ross Stenersen Date: Thu, 28 Feb 2019 16:04:04 -0600 Subject: [PATCH] fix: add checkout to publish step Add the check to the publish step to make ssh happy. --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index cfb19f4..b33effe 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -43,6 +43,7 @@ jobs: executor: daneel steps: - *attach_workspace + - checkout - run: npx semantic-release workflows: