fix: Update .gitlab-ci.yml file
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user