Skip to content

Commit

Permalink
Fixing Master Workflow 🤖
Browse files Browse the repository at this point in the history
  • Loading branch information
shettytejas authored Oct 24, 2022
2 parents 4a142d3 + 172fd06 commit 7416b46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -71,6 +71,7 @@ jobs:
publish:
<<: *defaults
steps:
- setup
- run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc
- run: npm publish

Expand Down

0 comments on commit 7416b46

Please sign in to comment.