Skip to content

Commit

Permalink
Just use my name for commits
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunLawrie authored Oct 2, 2024
1 parent ccc3dde commit 1fd0dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 '[email protected]'
git add PwshSpectreConsole/PwshSpectreConsole.psd1
git commit -m "[skip ci] Bump version to $newVersion"
Expand Down

0 comments on commit 1fd0dc7

Please sign in to comment.