From d3d215e6986156eb23d7c43d9d8cd8a9618ca7c8 Mon Sep 17 00:00:00 2001
From: Patrizio Bekerle <patrizio@bekerle.com>
Date: Tue, 1 Dec 2020 13:04:50 +0100
Subject: [PATCH] Remove _authToken parameter (#36)

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

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