From 89f71d44545cd631a8292cf5dddc615ad26a1324 Mon Sep 17 00:00:00 2001 From: Evan Date: Fri, 29 Oct 2021 11:20:37 -0400 Subject: [PATCH] Persist workspace --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index b31520f..eea2346 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -60,6 +60,8 @@ jobs: steps: - checkout - gh/setup + - attach_workspace: + at: . - run: name: Tag @brightlayer-ui/symbols command: cd symbols && yarn tag:package -b $CIRCLE_BRANCH -s -blui-symbols