diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b10b8cb..6efb41f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,13 +31,10 @@ release: pages: stage: page script: - - npmci test lts - - mkdir .public - - cp -r test/assets/docs/ .public - - cp -r test/assets/coverage/ .public - - mv .public public + - npmci npmpage artifacts: paths: - public only: - - master \ No newline at end of file + - master + - tags \ No newline at end of file