#
All checks were successful
FHIR IG CI/CD Pipeline with Version Persistence / build-ig (push) Successful in 5m52s
FHIR IG CI/CD Pipeline with Version Persistence / deploy (push) Successful in 8s

This commit is contained in:
2026-03-07 22:08:18 +06:00
parent e8cf5ab9be
commit b7c824b34a

View File

@@ -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 = {