diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eec3fe3a..bb2fc07a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,7 +34,7 @@ build: script: - npm install - npm run build:app - - if [ "$CI_COMMIT_REF_NAME" == "stable"]; then npm run release; else npm run release:pre; fi + - if [ "$CI_COMMIT_REF_NAME" == "stable" ]; then npm run release; else npm run release:pre; fi artifacts: name: "dist"