diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6298f04..2b32aa3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,4 +20,4 @@ publish: script: - npm run build - echo '//registry.npmjs.org/:_authToken=$NPM_TOKEN'>.npmrc - - npm publish \ No newline at end of file + - npm publish --access public \ No newline at end of file