diff --git a/.github/workflows/publisher.yml b/.github/workflows/publisher.yml index 26e6d7e30..28dd4f7a5 100644 --- a/.github/workflows/publisher.yml +++ b/.github/workflows/publisher.yml @@ -49,7 +49,7 @@ jobs: - name: Run the FHIR validator - run: java -jar validator_cli.jar ./fsh-generated/resources -version 5.0.0 -output data-validation-compact.html -output-style compact -allow-example-urls true -level errors -ig hl7.fhir.uv.emedicinal-product-info -locale en-US + run: java -jar validator_cli.jar ./fsh-generated/resources -version 5.0.0 -output data-validation-compact.html -output-style compact -allow-example-urls true -level errors -ig hl7.fhir.uv.emedicinal-product-info -locale en-US || true