From b7c824b34a72400a2e0bb0d78c8083f4096eb346 Mon Sep 17 00:00:00 2001 From: "Dr. B. M. Riazul Islam" Date: Sat, 7 Mar 2026 22:08:18 +0600 Subject: [PATCH] # --- .gitea/workflows/ci-cd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci-cd.yaml b/.gitea/workflows/ci-cd.yaml index 8b937e3..e5c8983 100644 --- a/.gitea/workflows/ci-cd.yaml +++ b/.gitea/workflows/ci-cd.yaml @@ -107,7 +107,7 @@ jobs: "current": True }) - if build_type == 'release': + if build_type == 'release' and os.environ.get("POST_PUBLISH") == "true": version_exists = any(e.get('version') == version for e in pkg_list['list']) if not version_exists: new_entry = {