diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 1193bfb..0b50c3f 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -28,6 +28,6 @@ jobs: node-version: 19 registry-url: https://registry.npmjs.org/ - run: yarn ci - - run: yarn publish + - run: npm publish env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} diff --git a/package.json b/package.json index 6885fce..0978f88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "evm-simulator", - "version": "1.0.2", + "version": "1.0.3", "description": "", "author": "Idan Yael", "license": "MIT",