diff --git a/.github/workflows/profile_tag_trigger_publication.yml b/.github/workflows/profile_tag_trigger_publication.yml index b2be9448..efa6240d 100644 --- a/.github/workflows/profile_tag_trigger_publication.yml +++ b/.github/workflows/profile_tag_trigger_publication.yml @@ -79,7 +79,7 @@ jobs: FULL_URL="$URL/core/package-list.json" curl --output webroot/fhir/core/package-list.json --url $FULL_URL - name: Download package-feed.xml + - name: Download package-feed.xml run: | curl --output webroot/fhir/package-feed.xml --url https://hl7.org.au/fhir/package-feed.xml curl --output webroot/fhir/package-feed.bak.xml --url https://hl7.org.au/fhir/package-feed.xml