Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Commit

Permalink
Merge pull request #108 from symphony-youri/automatic-publish-npm-3
Browse files Browse the repository at this point in the history
Repo folder does not exist... Fix publish CI pipeline
  • Loading branch information
symphony-youri authored Jun 25, 2021
2 parents b6261e0 + 1ce76af commit e8c39f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ jobs:
tag: '14.15.4'
steps:
- checkout
- run:
name: Authenticate with registry
command: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > ~/repo/.npmrc
- run: npm set //registry.npmjs.org/:_authToken=$npm_TOKEN
- run: npm publish
workflows:
node-tests:
Expand Down

0 comments on commit e8c39f5

Please sign in to comment.