diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 557bfb9..524b21c 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -28,7 +28,7 @@ jobs: node-version: 12 registry-url: https://registry.npmjs.org/ - run: npm ci - - run: npm build + - run: npm run build - run: npm publish env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} diff --git a/package.json b/package.json index 105414c..06a3778 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gql-query-builder", - "version": "3.5.3", + "version": "3.5.4", "description": "Simple GraphQL Query Builder", "repository": { "type": "git",