Skip to content

Commit

Permalink
Update main.yml to latest IG Publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
ritikarawlani authored Jul 29, 2024
1 parent 9c58aad commit 009634a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ jobs:
uses: docker://hl7fhir/ig-publisher-base:latest
with:
# 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/download/1.5.1/publisher.jar -o ./input-cache/publisher.jar --create-dirs
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


- name: Run the IG publisher
uses: docker://hl7fhir/ig-publisher-base:latest
Expand Down

0 comments on commit 009634a

Please sign in to comment.