From daa43ead11cd86d0d73cc8b999bc4658864c01c0 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdxcode@users.noreply.github.com> Date: Thu, 1 Feb 2018 16:48:09 -0800 Subject: [PATCH] fix: attach workspace when releasing --- templates/circle.yml.ejs | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/circle.yml.ejs b/templates/circle.yml.ejs index 9d206e1..26e6f80 100644 --- a/templates/circle.yml.ejs +++ b/templates/circle.yml.ejs @@ -81,6 +81,7 @@ jobs: keys: - v0-release-{{checksum ".circleci/config.yml"}} - v0 + - attach_workspace: {at: node_modules} - run: | export PATH=/usr/local/share/.config/yarn/global/node_modules/.bin:$PATH yarn global add @anycli/semantic-release@1 semantic-release@12