diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1dee05b81e..bfc1b2674c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -49,7 +49,7 @@ jobs: # Get the latest publisher - don't run the batch script but run the line directly args: curl -L https://github.com/HL7/fhir-ig-publisher/releases/latest/download/publisher.jar -o ./input-cache/publisher.jar --create-dirs - // args: curl -L https://github.com/HL7/fhir-ig-publisher/releases/download/1.5.1/publisher.jar -o ./input-cache/publisher.jar --create-dirs + # args: curl -L https://github.com/HL7/fhir-ig-publisher/releases/download/1.5.1/publisher.jar -o ./input-cache/publisher.jar --create-dirs - name: Run the IG publisher