Prepare 0.3.0: ICD-11 MMS integration
Some checks failed
FHIR IG CI/CD Pipeline with Version Persistence / build-ig (push) Failing after 6m32s
FHIR IG CI/CD Pipeline with Version Persistence / deploy (push) Has been skipped

This commit is contained in:
2026-03-08 14:58:06 +06:00
parent 5619336d09
commit 278864ac6d

View File

@@ -320,7 +320,7 @@ jobs:
- name: Preload previous IG package for comparison
run: |
echo "Detecting previous version..."
export VERSION="${{ steps.version.outputs.version }}"
PREV_VERSION=$(python3 <<'PY'
import json
import os