diff options
author | Eug-VS <eug-vs@keemail.me> | 2020-02-03 22:20:27 +0300 |
---|---|---|
committer | Eug-VS <eug-vs@keemail.me> | 2020-02-03 22:20:27 +0300 |
commit | d3dde3537fe88d5332277caef93f15d113c56256 (patch) | |
tree | ac39e78f5a91549ebd53f37c888e133a08821d34 /.circleci | |
parent | 7b0e815ce93ab9a06e18c960fe357135b069349f (diff) | |
download | react-benzin-d3dde3537fe88d5332277caef93f15d113c56256.tar.gz |
fix: attach workspace to deploy job
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |