From 1fd0dc7ef8339c27e3d8fd69d27dc9cf588517e7 Mon Sep 17 00:00:00 2001 From: Shaun Lawrie Date: Wed, 2 Oct 2024 13:13:29 +1300 Subject: [PATCH] Just use my name for commits --- .github/workflows/build-test-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-publish.yml b/.github/workflows/build-test-publish.yml index 3b0c769..4dd56f8 100644 --- a/.github/workflows/build-test-publish.yml +++ b/.github/workflows/build-test-publish.yml @@ -116,7 +116,7 @@ jobs: } else { Write-Host "Bumping version from $version to $newVersion" Update-ModuleManifest -Path .\PwshSpectreConsole\PwshSpectreConsole.psd1 -ModuleVersion $newVersion - git config --global user.name 'PwshSpectreConsole (via GitHub Actions)' + git config --global user.name 'Shaun Lawrie (via GitHub Actions)' git config --global user.email 'shaun.r.lawrie@gmail.com' git add PwshSpectreConsole/PwshSpectreConsole.psd1 git commit -m "[skip ci] Bump version to $newVersion"