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

This commit is contained in:
2026-03-07 23:51:13 +06:00
parent 7125b57aa2
commit 9968c28e5c

View File

@@ -107,7 +107,7 @@ jobs:
"current": True "current": True
}) })
if build_type == 'release' and os.environ.get("POST_PUBLISH") == "true": if build_type == 'release':
version_exists = any(e.get('version') == version for e in pkg_list['list']) version_exists = any(e.get('version') == version for e in pkg_list['list'])
if not version_exists: if not version_exists:
new_entry = { new_entry = {