diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c5fa82e52..1bc00a039 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,9 +31,9 @@ jobs: - name: Make release artifacts run: | mkdir -p ./dist/schemas - ./manage.py schema phenopacket >> ./dist/schemas/phenopacket_schema.json - ./manage.py schema experiment >> ./dist/schemas/experiment_schema.json - ./manage.py schema discovery >> ./dist/schemas/discovery.json + poetry run ./manage.py schema phenopacket >> ./dist/schemas/phenopacket_schema.json + poetry run ./manage.py schema experiment >> ./dist/schemas/experiment_schema.json + poetry run ./manage.py schema discovery >> ./dist/schemas/discovery.json - name: Upload release artifacts uses: actions/github-script@v7 with: