diff --git a/.github/workflows/release-apiv2-client.yml b/.github/workflows/release-apiv2-client.yml index a8c4b05d6..a1e69aff6 100644 --- a/.github/workflows/release-apiv2-client.yml +++ b/.github/workflows/release-apiv2-client.yml @@ -47,7 +47,9 @@ jobs: env: NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} - name: generate client - run: npm run generate:client + run: | + source virtualenv/bin/activate + poetry run npm run generate:client - run: npm publish env: NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}