Skip to content

Commit

Permalink
Added git config for user.email and user.name for git push tags
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrohanea committed Oct 17, 2024
1 parent 5895722 commit 92e04dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,6 @@ jobs:
run: |
$version = (Get-ChildItem -Path nupkgs\*.nupkg | Select-Object -First 1).BaseName -replace '.*\.(\d+\.\d+\.\d+(-[a-zA-Z0-9]+)?)', '$1'
git tag -a "$version" -m "Release version $version"
git config user.email "sandrohanea@users.noreply.github.com"
git config user.name "Sandro Hanea (auto)"
git push --tags

0 comments on commit 92e04dd

Please sign in to comment.