diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 821369b9..56d6e172 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,21 +21,6 @@ build: paths: - lib -package: - dependencies: - - build - tags: - - secrecy - stage: deploy - script: - - echo "//registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN" > /root/.npmrc - - npm publish - only: - - /^v[0-9]+.[0-9]+.[0-9]+$/ - artifacts: - paths: - - lib - test: tags: - docker