Skip to content
This repository has been archived by the owner on Mar 11, 2023. It is now read-only.

Commit

Permalink
Fix NPM publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
benesch committed Jan 3, 2022
1 parent 6e35402 commit 7ee1861
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
node-version: 16.x
registry-url: https://registry.npmjs.org
- run: npm publish
working-directory: sdk/nodejs
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: python setup.py build sdist
Expand Down

0 comments on commit 7ee1861

Please sign in to comment.