From 172fd06639b937e088a3202027bd9e8e59a37853 Mon Sep 17 00:00:00 2001 From: Tejas Shetty Date: Mon, 24 Oct 2022 20:59:50 +0530 Subject: [PATCH] =?UTF-8?q?Fixing=20Master=20Workflow=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1e21060..88e52ce 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -49,7 +49,7 @@ jobs: - run: echo "export BUILD_VERSION=$(npm pkg get version | tr -d '\"')" >> tmp/.env - persist_to_workspace: root: tmp - paths: + paths: - .env lint: @@ -71,6 +71,7 @@ jobs: publish: <<: *defaults steps: + - setup - run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc - run: npm publish