Skip to content
Snippets Groups Projects
Verified Commit e7646f2c authored by Jan Loewe's avatar Jan Loewe :speech_balloon:
Browse files

ci: add rule for deploy

parent 26e0605f
No related branches found
No related tags found
1 merge request!9[CI] add release and publish pipeline
This commit is part of merge request !9. Comments created here will be created in the context of that merge request.
......@@ -127,6 +127,8 @@ release_job:
deploy:
stage: deploy
needs: ["proxy"]
rules:
- if: $CI_COMMIT_TAG =~ /v.*/
script:
- *yarn-install
- yarn npm publish
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment