Skip to content

Commit

Permalink
chore: add npm publish for the SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
ns212 committed Oct 12, 2023
1 parent db72940 commit 687b270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sdk-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- run: npm ci
- run: npm test
continue-on-error: true
- run: npm publish
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

0 comments on commit 687b270

Please sign in to comment.