diff --git a/.github/workflows/agents-publish.yml b/.github/workflows/agents-publish.yml index 1b0e7841af..98975d43c5 100644 --- a/.github/workflows/agents-publish.yml +++ b/.github/workflows/agents-publish.yml @@ -30,7 +30,7 @@ jobs: registry-url: "https://registry.npmjs.org" - run: pnpm install - run: git config --global user.name machineuser - - run: git config --global user.email tech@huggingface.co + - run: git config --global user.email infra+machineuser@huggingface.co - run: | PACKAGE_VERSION=$(node -p "require('./package.json').version") BUMPED_VERSION=$(node -p "require('semver').inc('$PACKAGE_VERSION', '${{ github.event.inputs.newversion }}')") diff --git a/.github/workflows/hub-publish.yml b/.github/workflows/hub-publish.yml index e163cefffa..4d676d83a8 100644 --- a/.github/workflows/hub-publish.yml +++ b/.github/workflows/hub-publish.yml @@ -30,7 +30,7 @@ jobs: registry-url: "https://registry.npmjs.org" - run: pnpm install - run: git config --global user.name machineuser - - run: git config --global user.email tech@huggingface.co + - run: git config --global user.email infra+machineuser@huggingface.co - run: | PACKAGE_VERSION=$(node -p "require('./package.json').version") BUMPED_VERSION=$(node -p "require('semver').inc('$PACKAGE_VERSION', '${{ github.event.inputs.newversion }}')") diff --git a/.github/workflows/inference-publish.yml b/.github/workflows/inference-publish.yml index f810214080..2eeca632c0 100644 --- a/.github/workflows/inference-publish.yml +++ b/.github/workflows/inference-publish.yml @@ -30,7 +30,7 @@ jobs: registry-url: "https://registry.npmjs.org" - run: pnpm install - run: git config --global user.name machineuser - - run: git config --global user.email tech@huggingface.co + - run: git config --global user.email infra+machineuser@huggingface.co - run: | PACKAGE_VERSION=$(node -p "require('./package.json').version") BUMPED_VERSION=$(node -p "require('semver').inc('$PACKAGE_VERSION', '${{ github.event.inputs.newversion }}')")