From c5fbe4f91ccb5d24dbf565e4e109cc7a34b67f0a Mon Sep 17 00:00:00 2001
From: Dominik Sigmund <dominik.sigmund@br.de>
Date: Fri, 28 Feb 2020 15:07:50 +0100
Subject: [PATCH] Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bbb5b89..c9b102e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,6 +47,7 @@ publish to local npm:
   stage: publish
   before_script:
     - npm install -g npm-cli-adduser
-    - npm-cli-adduser --registry $NPM_REGISTRY --username $NPM_USERNAME --password $NPM_PASSWORD --email $NPM_EMAIL
+    - npm config set @br:registry $NPM_REGISTRY
+    - npm-cli-adduser --registry $NPM_REGISTRY --username $NPM_USERNAME --password $NPM_PASSWORD --email $NPM_EMAIL --scope @br
   script:
     - npm publish --registry $NPM_REGISTRY
\ No newline at end of file
-- 
GitLab