diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 53da2928..5a93d5cc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,7 @@ stages: - build - test - deploy + - publish build: tags: @@ -55,7 +56,7 @@ package: - build tags: - secrecy - stage: deploy + stage: publish script: - echo "//registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN" > ~/.npmrc - npm publish