From 9b98b4eae87f30c592a47b33370005faaca9f7dc Mon Sep 17 00:00:00 2001 From: Julien Chaumond Date: Fri, 10 Nov 2023 15:05:31 +0100 Subject: [PATCH] machineuser email change --- .github/workflows/agents-publish.yml | 2 +- .github/workflows/hub-publish.yml | 2 +- .github/workflows/inference-publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 }}')")