We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aced75c commit ae52528Copy full SHA for ae52528
.circleci/config.yml
@@ -82,6 +82,9 @@ jobs:
82
- restore_cache: *repo_cache
83
- restore_cache: *deps_cache
84
- restore_cache: *build_cache
85
+ - run:
86
+ name: Authenticate with registry
87
+ command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc
88
- run: yarn release:canary --yes
89
90
release_stable:
@@ -90,6 +93,9 @@ jobs:
93
91
94
92
95
96
97
98
99
- run: yarn release:stable:ci --yes
100
101
workflows:
.npmrc
0 commit comments