diff --git a/.github/workflows/npm-package.yml b/.github/workflows/npm-package.yml index cf7c229..6444056 100644 --- a/.github/workflows/npm-package.yml +++ b/.github/workflows/npm-package.yml @@ -14,6 +14,6 @@ jobs: scope: '@topos-network' - run: npm ci - run: npm run build - - run: npm publish + - run: npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/package.json b/package.json index a89ba6a..877cc1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@topos-network/topos-smart-contracts", - "version": "1.0.0", + "version": "1.0.1", "description": "Topos Smart Contracts", "repository": { "type": "git",