Update .gitlab-ci.yml file

This commit is contained in:
Marek Lesko
2025-07-14 17:02:10 +00:00
parent 5f04eab950
commit d2165a8048

View File

@@ -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