From 8d29a47031bdfa3c7f5a69b0ecc20434ddfd6c57 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Sat, 5 Oct 2024 21:11:10 +0200 Subject: [PATCH] ci: add release flow --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a49bb28..42b4ad3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,7 @@ include: - template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml' +- project: unboundsoftware/ci-templates + file: Release.gitlab-ci.yml stages: - build