diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 468cb1d..e23d760 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,4 @@ + stages: # Define the stages of the pipeline. - build #- test @@ -15,6 +16,8 @@ install-job: # This job runs in the build stage, which runs first. - Web/dist/Web/browser # The 'dist' directory will be available in the next stage. semantic-release: + variables: + GITLAB_TOKEN: "glpat-SNecDb-ei1GxpqyeTu1Z" image: node:24 stage: release script: