From 4a3705962a18d26bd8a8afd1c4910536c0a3c6ff Mon Sep 17 00:00:00 2001 From: "[1000i100] Millicent Billette" <git@1000i100.fr> Date: Thu, 10 Dec 2020 09:47:31 +0100 Subject: [PATCH] auto-publish to npm (2nd try) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2a11ebf..2da5fd2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,7 +46,7 @@ npm: # dependencies: ["build"] script: - cd generated/npm - - echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}'>.npmrc + - echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}'>~/.npmrc - npm publish only: - tags -- GitLab