Skip to content

Commit 0cdcbbb

Browse files
authored
Update patch.yml
1 parent 1496ae2 commit 0cdcbbb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/patch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
- name: Edit csproj
4343
run: sed -i 's+<VersionPrefix>${{needs.setup-outputs.outputs.currentTag}}</VersionPrefix>+<VersionPrefix>${{env.newTag}}</VersionPrefix>+g' ./README.md
4444
- run: |
45+
git config --global user.name 'TiLied'
46+
git config --global user.email '[email protected]'
4547
git commit -am "Nuget ${{env.newTag}}"
4648
git push
4749
- id: step2

0 commit comments

Comments
 (0)