diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index ae4111d9..69c5bdd5 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -125,7 +125,6 @@ jobs: registry-url: 'https://registry.npmjs.org' - run: npm ci - run: npm run build - - run: npm login - run: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTOMATION_TOKEN }} diff --git a/package-lock.json b/package-lock.json index 08fcaf0c..d8e3b1cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "weaviate-client", - "version": "3.5.4", + "version": "3.5.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "weaviate-client", - "version": "3.5.4", + "version": "3.5.3", "license": "SEE LICENSE IN LICENSE", "dependencies": { "abort-controller-x": "^0.4.3", diff --git a/package.json b/package.json index 356a4ab8..4c71cbae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "weaviate-client", - "version": "3.5.4", + "version": "3.5.3", "description": "JS/TS client for Weaviate", "main": "dist/node/cjs/index.js", "type": "module",