From 479264520459c717cf8ecf869feaa276be201e25 Mon Sep 17 00:00:00 2001
From: git-directory-deploy <>
Date: Wed, 13 May 2020 20:19:50 +0200
Subject: [PATCH] PIpeline - Add publish stage

---
 .gitlab-ci.yml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a5b5bd5b2..59e205d8b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,6 +11,7 @@ stages:
   - test
   - build
   - build_release
+  - publish
 
 build:
   stage: build
@@ -41,6 +42,14 @@ build_stack:
     - master
   when: manual
 
+publish:
+  stage: publish
+  script:
+    - yarn cozyPublish
+  only:
+    - tags
+  when: manual
+
 mr_sonarqube:
   stage: test
   only:
-- 
GitLab