From fea7f6bc69aa953f75522594cea30915587c3ec6 Mon Sep 17 00:00:00 2001 From: Sotatek-TinnNguyen Date: Thu, 30 May 2024 10:35:23 +0700 Subject: [PATCH] test major tag --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8c84649bf..08bbb8acb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -246,7 +246,7 @@ commands: - run: name: "Generate tag" command: | - export version="v0.9.0-test" + export version="v0.9.0-test1" echo "git tag $version" git checkout test-cicd git config --global user.email "team.devops@groundx.xyz"