Skip to content

Commit

Permalink
Merge pull request #1064 from userlocalhost/feature/update/npm_releas…
Browse files Browse the repository at this point in the history
…e_config

Update release_api_v2_client configuration to aware of poetry
  • Loading branch information
userlocalhost authored Feb 1, 2024
2 parents c01e319 + 256bd2a commit deb02aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-apiv2-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit deb02aa

Please sign in to comment.