From 95d3b651eba1a3e95759c92c800b6ab5e6956334 Mon Sep 17 00:00:00 2001 From: Slava Date: Mon, 28 Aug 2023 22:34:46 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e21db3d..a03c741 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,6 +22,7 @@ prepare_job: release_job: needs: - prepare_job + artifacts: true stage: release # It only runs when *both* jobs in the test stage complete successfully. image: registry.gitlab.com/gitlab-org/release-cli:latest