Skip to content
Snippets Groups Projects
Commit a980917d authored by Éloïs's avatar Éloïs
Browse files

Update .gitlab-ci.yml

parent ba4bb023
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -37,3 +37,12 @@ enforce_readme:
- mv README.md.new README.md
- git commit -am "Enforce github readme"
- git push origin master
publish:
stage: deploy
only:
- tags
- triggers
script:
- echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}'>.npmrc
- npm publish
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment