diff --git a/.github/workflows/release-build-sign-upload.yml b/.github/workflows/release-build-sign-upload.yml index fb29bafe9dc..eed6639388e 100644 --- a/.github/workflows/release-build-sign-upload.yml +++ b/.github/workflows/release-build-sign-upload.yml @@ -105,8 +105,8 @@ jobs: run: | new_tag="v${{ steps.bump-version.outputs.version-build }}" echo "new version is $new_tag" - git config user.name "GitHub Actions" - git config user.email "github-actions@users.noreply.github.com" + git config user.name "cf-cli-eng" + git config user.email "cf-cli-eng@pivotal.io" git tag -am "Bump cli version ${new_tag}" ${new_tag} git push origin $new_tag @@ -1075,8 +1075,8 @@ jobs: git add claw-variables.yml if ! [ -z "$(git status --porcelain)"]; then - git config user.name github-actions - git config user.email github-actions@github.com + git config user.name cf-cli-eng + git config user.email cf-cli-eng@pivotal.io git commit -m "Add CF CLI ${VERSION_BUILD}" else echo "no new version to commit" diff --git a/.github/workflows/release-update-repos.yml b/.github/workflows/release-update-repos.yml index de6a4bc8104..978c62b179a 100644 --- a/.github/workflows/release-update-repos.yml +++ b/.github/workflows/release-update-repos.yml @@ -183,8 +183,8 @@ jobs: git add cf-cli@${VERSION_MAJOR}.rb if ! [ -z "$(git status --porcelain)"]; then - git config user.name github-actions - git config user.email github-actions@github.com + git config user.name cf-cli-eng + git config user.email cf-cli-eng@pivotal.io git commit -m "Release CF CLI ${VERSION_BUILD}" else echo "no new version to commit"