From d2165a8048ed9043d0869086d4089b753e108b84 Mon Sep 17 00:00:00 2001 From: Marek Lesko Date: Mon, 14 Jul 2025 17:02:10 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 341ac2f..bd1087f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,6 +14,14 @@ install-job: # This job runs in the build stage, which runs first. paths: - Web/dist/Web/browser # The 'dist' directory will be available in the next stage. +semantic-release: + image: node:24 + stage: release + script: + - npx semantic-release + only: + - main + deploy-job: # This job runs in the deploy stage. stage: deploy # It only runs when *both* jobs in the test stage complete successfully. environment: production