We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe3372e commit 88d796cCopy full SHA for 88d796c
1 file changed
.github/workflows/shipit.yml
@@ -20,6 +20,8 @@ jobs:
20
21
- name:
22
run: |
23
+ git config --global user.email "jack@frontside.com"
24
+ git config --global user.name "Frontside Jack"
25
deno task rel:init
26
deno task rel:shipit
27
git push origin 'refs/notes/*:refs/notes/*'
0 commit comments