Skip to content

Commit

Permalink
Update profile_tag_trigger_publication.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brettesler-ext committed Jan 11, 2025
1 parent 1948e00 commit f7f52ec
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/profile_tag_trigger_publication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
tags:
- '**'


permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
Expand Down Expand Up @@ -62,7 +61,7 @@ jobs:
echo "Updating Publisher"
./_updatePublisher.sh -f -y
- name: Basic Publish for Aubase
- name: Basic Publish for Aubase 1
run: |
echo "Generating Publish for Aubase IG..."
java -jar input-cache/publisher.jar -ig hl7au/au-fhir-base/ig.ini
Expand Down Expand Up @@ -94,7 +93,7 @@ jobs:
run: |
java -jar input-cache/publisher.jar -generate-package-registry webroot
- name: Run Aubase Go Publisher build
- name: Run Aubase Go Publisher build 1
run: java -jar ./input-cache/publisher.jar -go-publish -source ./hl7au/au-fhir-base -web ./webroot -history ./fhir-history -registry ./ig-registry/fhir-ig-list.json -templates ./templates

- name: Upload Base webroot to S3 and publish
Expand All @@ -103,12 +102,12 @@ jobs:
aws s3 cp ./webroot/fhir/package-feed.bak.xml s3://hl7au-fhir-ig/fhir/package-feed.bak.xml
aws s3 cp ./webroot/fhir/publication-feed.bak.xml s3://hl7au-fhir-ig/fhir/publication-feed.bak.xml
- name: Basic Publish for Aubase again to fix QA
- name: Basic Publish for Aubase 2
run: |
echo "Generating Publish for Aubase IG..."
java -jar input-cache/publisher.jar -ig hl7au/au-fhir-base/ig.ini
- name: Run Aubase Go Publisher build again
- name: Run Aubase Go Publisher build 2
run: java -jar ./input-cache/publisher.jar -go-publish -source ./hl7au/au-fhir-base -web ./webroot -history ./fhir-history -registry ./ig-registry/fhir-ig-list.json -templates ./templates

- name: Zip Release
Expand Down

0 comments on commit f7f52ec

Please sign in to comment.