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