We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15208f9 commit 768d8dcCopy full SHA for 768d8dc
.circleci/config.yml
@@ -79,7 +79,8 @@ jobs:
79
- restore_cache: *restore_cache
80
- attach_workspace:
81
at: '.'
82
- - run: echo -e "$NPM_USER\n$NPM_PASS\n$NPM_EMAIL" | npm login
+ - run: echo "//registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}" > .npmrc
83
+ - run: chmod 0600 .npmrc
84
- run: npm publish
85
86
workflows:
0 commit comments