From 95e7b36758d758c8d668d8a7afd1ea42f2962a1e Mon Sep 17 00:00:00 2001
From: Patrizio Bekerle <patrizio@bekerle.com>
Date: Tue, 1 Dec 2020 11:46:50 +0100
Subject: [PATCH] Try to fix registry setting (#36)

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 44b8f093..96dad6fa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,7 +23,7 @@ publish:
 #      - publish
   script:
     - sudo npm install --global can-npm-publish
-    - npm config set registry https://registry.npmjs.org/
+    - yarn config set registry https://registry.npmjs.org/
     - yarn config set cache-folder "$CI_PROJECT_DIR/_yarn_cache"
     - yarn install
     - yarn run publish
-- 
GitLab