diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 3d95158..50b065a 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -29,6 +29,6 @@ jobs: registry-url: https://registry.npmjs.org/ - run: npm i - run: npm run build - - run: echo $PWD && echo $GITHUB_WORKSPACE && npm publish --access public + - run: npm publish --access public env: NODE_AUTH_TOKEN: ${{secrets.npm_token}} diff --git a/package.json b/package.json index 8b13472..5178780 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@windingtree/org.id-directories", - "version": "0.29.11", + "version": "0.3.0", "description": "Directory and DirectoryIndex smart contracts of the Winding Tree protocol", "scripts": { "test": "scripts/test.sh", @@ -33,7 +33,9 @@ ], "main": "index.js", "files": [ + ".openzeppelin", "build", + "contracts", "index.js" ], "author": "Winding Tree Developers ",