Skip to content
Snippets Groups Projects
Commit 53a34b70 authored by Gaelle.Barris's avatar Gaelle.Barris
Browse files

maj gitlab-ci

parent 2a2efb4c
No related branches found
No related tags found
No related merge requests found
......@@ -90,4 +90,19 @@ publish-gitlab-registry-public:
- dist/
only:
- tags
when: manual
\ No newline at end of file
when: manual
publish-npmjs-registry-public:
stage: publish
script:
- |
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
- cat .npmrc
- npm publish --access public
artifacts:
expire_in: 20 min
paths:
- dist/
only:
- tags
when: manual
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment