Skip to content

Commit a0a80fe

Browse files
committed
Use repository owner as commit author
1 parent a831f7d commit a0a80fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
Package.swift
2121
- name: Configure author
2222
run: |
23-
git config --global user.name SimplyDanny
23+
git config --global user.name ${{ github.repository_owner }}
2424
git config --global user.email null
2525
- name: Commit
2626
run: |

0 commit comments

Comments
 (0)