Skip to content

Commit

Permalink
Merge pull request #506 from momentohq/copy-readme-to-nodejs-dir
Browse files Browse the repository at this point in the history
fix: copy README to nodejs dir so that it will be included in the npm package
  • Loading branch information
cprice404 authored May 15, 2023
2 parents 81b8459 + a2d2ca2 commit 54c29fa
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 54c29fa

Please sign in to comment.