Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ritikarawlani authored Jul 29, 2024
1 parent 1ca3f13 commit ba6bac8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ 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/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/latest/download/publisher.jar -o ./input-cache/publisher.jar --create-dirs


- name: Run the IG publisher
Expand Down

0 comments on commit ba6bac8

Please sign in to comment.