Skip to content

Commit 256bd2a

Browse files
committed
Update release_api_v2_client configuration to aware of poetry
1 parent c01e319 commit 256bd2a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-apiv2-client.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ jobs:
4747
env:
4848
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
4949
- name: generate client
50-
run: npm run generate:client
50+
run: |
51+
source virtualenv/bin/activate
52+
poetry run npm run generate:client
5153
- run: npm publish
5254
env:
5355
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)