Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Priour authored Jul 13, 2024
1 parent c3d2938 commit 2b31589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ runs:
- name: 📥 Download IG Publisher
shell: bash
run: |
if [ ${{inputs.ig-publisher-version}} = "latest"]; then
if [ ${{inputs.ig-publisher-version}} = "latest" ]; then
wget -q https://github.com/HL7/fhir-ig-publisher/releases/latest/download/publisher.jar
else
wget -q https://github.com/HL7/fhir-ig-publisher/releases/download/${{inputs.ig-publisher-version}}/publisher.jar
Expand Down

0 comments on commit 2b31589

Please sign in to comment.