Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
costateixeira authored Sep 23, 2023
1 parent acb1f55 commit 6380872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
args: -c "mkdir -p ./fhir-package-cache && chown 1001:127 ./fhir-package-cache"

- name: Run publisher command
run: java -jar ./publisher.jar publisher -ig core -package-cache-folder ./fhir-package-cache
run: java -jar ./publisher.jar publisher -ig source -package-cache-folder ./fhir-package-cache

- name: Run publisher command for publishing release
run: java -Dfile.encoding=UTF-8 -jar publisher.jar -go-publish -package-cache-folder ./fhir-package-cache -source source -web $(pwd)/webroot -registry ./ig-registry/fhir-ig-list.json -history ./history-template -templates $(pwd)/webroot/templates
Expand Down

0 comments on commit 6380872

Please sign in to comment.