Skip to content

Commit 88d796c

Browse files
committed
Ensure git credentials are set up for signoff notes.
1 parent fe3372e commit 88d796c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/shipit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020

2121
- name:
2222
run: |
23+
git config --global user.email "[email protected]"
24+
git config --global user.name "Frontside Jack"
2325
deno task rel:init
2426
deno task rel:shipit
2527
git push origin 'refs/notes/*:refs/notes/*'

0 commit comments

Comments
 (0)