diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 333086a..77b316f 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -307,7 +307,7 @@ jobs: - name: Initialize Git user run: | - git config --global user.email "gabriel@test.email" + git config --global user.email "release@cantoo.fr" git config --global user.name "Release Workflow" - name: Initialise the NPM config run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN diff --git a/nodejs/package.json b/nodejs/package.json index c4b4c04..f5aadb2 100644 --- a/nodejs/package.json +++ b/nodejs/package.json @@ -1,5 +1,5 @@ { - "name": "@gabrielnsd/translator", + "name": "@cantoo/translator", "version": "0.2.2", "description": "Node bindings for machine translation", "publishConfig": {