From 6a244df1df953fcc0c777e91d45ca1528cf36cdb Mon Sep 17 00:00:00 2001
From: Dominik Sigmund <dominik.sigmund@br.de>
Date: Fri, 28 Feb 2020 15:01:14 +0100
Subject: [PATCH] last try. error in code

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f309d69..bbb5b89 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,6 +47,6 @@ 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_PASSWORD
+    - npm-cli-adduser --registry $NPM_REGISTRY --username $NPM_USERNAME --password $NPM_PASSWORD --email $NPM_EMAIL
   script:
     - npm publish --registry $NPM_REGISTRY
\ No newline at end of file
-- 
GitLab