Skip to content

Commit

Permalink
fix: copy README to nodejs dir so that it will be included in the npm…
Browse files Browse the repository at this point in the history
… package

This is an attempt to fix the issue where our README is not showing
up on npm.js.
  • Loading branch information
cprice404 committed May 15, 2023
1 parent 81b8459 commit a2d2ca2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on-push-to-release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:

- name: Publish all packages to npm
run: |
cp README.md ./packages/client-sdk-nodejs
./scripts/publish-all-packages.sh "${{ needs.release.outputs.version }}"
shell: bash
env:
Expand Down

0 comments on commit a2d2ca2

Please sign in to comment.