From d11fd1a007f587c9e511632dc22a4ae2031d25ba Mon Sep 17 00:00:00 2001 From: Marek Lesko Date: Mon, 14 Jul 2025 17:02:58 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bd1087f..468cb1d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ stages: # Define the stages of the pipeline. - build #- test - - deploy + - release install-job: # This job runs in the build stage, which runs first. stage: build @@ -23,7 +23,7 @@ semantic-release: - main deploy-job: # This job runs in the deploy stage. - stage: deploy # It only runs when *both* jobs in the test stage complete successfully. + stage: release # It only runs when *both* jobs in the test stage complete successfully. environment: production tags: - deployment