From d3dde3537fe88d5332277caef93f15d113c56256 Mon Sep 17 00:00:00 2001 From: Eug-VS Date: Mon, 3 Feb 2020 22:20:27 +0300 Subject: fix: attach workspace to deploy job --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.circleci/config.yml') diff --git a/.circleci/config.yml b/.circleci/config.yml index 49ed1ad..7d74268 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -34,6 +34,8 @@ jobs: tags: only: /^v.*/ steps: + - attach_workspace: + at: ~/repo - run: name: Authenticate with registry command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc -- cgit v1.2.3