Skip to content
Snippets Groups Projects
Verified Commit 4d132ed4 authored by Georg Krause's avatar Georg Krause
Browse files

Automate npm publish

parent 7ff014b6
No related branches found
No related tags found
No related merge requests found
......@@ -25,3 +25,12 @@ test:
reports:
junit: junit.xml
cobertura: coverage/cobertura-coverage.xml
publish:
stage: deploy
before_script:
- yarn login
script:
- yarn publish --access public
only:
- tags
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