Skip to content

Commit 768d8dc

Browse files
author
Gilad Gray
committed
1.3.2, fix publish
1 parent 15208f9 commit 768d8dc

File tree

3 files changed

+140
-139
lines changed

3 files changed

+140
-139
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ jobs:
7979
- restore_cache: *restore_cache
8080
- attach_workspace:
8181
at: '.'
82-
- run: echo -e "$NPM_USER\n$NPM_PASS\n$NPM_EMAIL" | npm login
82+
- run: echo "//registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}" > .npmrc
83+
- run: chmod 0600 .npmrc
8384
- run: npm publish
8485

8586
workflows:

0 commit comments

Comments
 (0)