From a2d2ca28c3bc0afde6f3b0b4c19201287e458c9d Mon Sep 17 00:00:00 2001 From: Chris Price Date: Mon, 15 May 2023 13:36:26 -0700 Subject: [PATCH] fix: copy README to nodejs dir so that it will be included in the npm package This is an attempt to fix the issue where our README is not showing up on npm.js. --- .github/workflows/on-push-to-release-branch.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/on-push-to-release-branch.yml b/.github/workflows/on-push-to-release-branch.yml index ffffa8fca..56dda2503 100644 --- a/.github/workflows/on-push-to-release-branch.yml +++ b/.github/workflows/on-push-to-release-branch.yml @@ -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: