From 7fe1df497e0b4cf54d3f6cc2a373f507e30c7e93 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Mon, 20 Jan 2025 13:58:25 -0600 Subject: [PATCH] Add release CI job --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 25ce94cf..c6f38aa4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,10 @@ include: - project: 'GNOME/citemplates' file: 'flatpak/flatpak_ci_initiative.yml' + - component: gitlab.gnome.org/GNOME/citemplates/release-service@master + inputs: + dist-job-name: "flatpak" + tarball-artifact-path: "${TARBALL_ARTIFACT_PATH}" variables: BUNDLE: "chess-dev.flatpak" -- GitLab