From d8626700264e4ddc921cf42dabf40f3308dbf097 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Sun, 27 Nov 2022 11:11:52 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 47a5b0f..e43f157 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,7 +22,7 @@ test:
       junit: report.xml
 
 release:
-  stage: upload_pkg
+  stage: release
   image: golang:1.19
   variables:
     VERSION: $CI_COMMIT_TAG
-- 
GitLab