From cb675331f4e2e0132e8f6fecee25275b3b68173b Mon Sep 17 00:00:00 2001 From: Grex Date: Tue, 3 Sep 2019 16:05:22 -0600 Subject: [PATCH] fix: checkout before running semantic-release --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 194709729..069f9701e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,6 +19,7 @@ jobs: release: executor: gusto/ruby-2-3 steps: + - checkout - run: npx semantic-release workflows: