Skip to content

Commit

Permalink
Fixed github workflow to apply poetry configuration in npm run proces…
Browse files Browse the repository at this point in the history
…sing
  • Loading branch information
userlocalhost committed Feb 1, 2024
1 parent 19e5eb6 commit ca28920
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-apiv2-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: generate client
run: npm run generate:client
run: |
poetry run npm run generate:client
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit ca28920

Please sign in to comment.