From b6ecc886f4b332094a876a1c6b47a9b8e7ab881f Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pasquier <contact@jbpasquier.eu> Date: Tue, 23 May 2023 14:39:03 +0200 Subject: [PATCH] fix: cicd tags --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 505b2715..5917cd62 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ stages: - build - test - - release + - deploy # default image for jobs default: @@ -60,7 +60,7 @@ test:e2e: ## RELEASE TAGGING ## publish: - stage: release + stage: deploy image: node:16 before_script: - npm install -g semantic-release@18 @semantic-release/gitlab@7 @@ -69,4 +69,4 @@ publish: only: - master tags: - - release + - deploy -- GitLab