File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ jobs:
144144 - name : 🏃♂️ Run Publication
145145 timeout-minutes : 135 # We need a long timeout here
146146 run : |
147- java -jar -Dfile.encoding=UTF-8 -Xms3550m -Xmx3550m ./publisher.jar -go-publish -source ${{ steps.repo_name.outputs.repo }} -web $PWD -registry ig-registry/fhir-ig-list.json -history ig-history -templates ./templates -temp $PWD/buildtmp
147+ java -jar -Dfile.encoding=UTF-8 -Xms3550m -Xmx8192m ./publisher.jar -go-publish -source ${{ steps.repo_name.outputs.repo }} -web $PWD -registry ig-registry/fhir-ig-list.json -history ig-history -templates ./templates -temp $PWD/buildtmp
148148
149149 - name : get a second token for the Github APP that we can commit to the owner repo
150150 id : app-token2
You can’t perform that action at this time.
0 commit comments