diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 455b9abfb..b57596f8d 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -16,6 +16,7 @@ jobs: - run: yarn install --frozen-lockfile --ignore-scripts - run: yarn build - run: cp -rf package.json dist + - run: cp -rf README.md dist - run: cp -rf src/types.json dist - run: cd dist && npm publish --access public env: diff --git a/package.json b/package.json index 3eee8b57e..5dadce4b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@docknetwork/sdk", - "version": "0.0.6", + "version": "0.0.7", "main": "index.js", "license": "MIT", "repository": {