Skip to content

Commit f8625ea

Browse files
committed
ci(npm): login
1 parent f66b3cb commit f8625ea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
steps:
2222
- attach_workspace:
2323
at: /home
24+
- run:
25+
name: Authenticate with registry
26+
command: |
27+
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
28+
echo "always-auth=true" >> ~/.npmrc
2429
- run: npm run semantic-release || true
2530

2631
workflows:

0 commit comments

Comments
 (0)