Skip to content
Snippets Groups Projects
Unverified Commit d3d215e6 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Remove _authToken parameter (#36)

parent 8c020ebd
No related branches found
No related tags found
No related merge requests found
Pipeline #14642 passed
...@@ -23,7 +23,7 @@ publish: ...@@ -23,7 +23,7 @@ publish:
# - publish # - publish
script: script:
- sudo npm install --global can-npm-publish - sudo npm install --global can-npm-publish
- yarn config set registry https://registry.npmjs.org/:_authToken=${NPM_TOKEN} - yarn config set registry https://registry.npmjs.org/
- yarn config set cache-folder "$CI_PROJECT_DIR/_yarn_cache" - yarn config set cache-folder "$CI_PROJECT_DIR/_yarn_cache"
- yarn install - yarn install
- yarn run publish - yarn run publish
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment