Skip to content

Commit c8648ba

Browse files
committed
ci
1 parent 7b3a799 commit c8648ba

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
echo "${{ secrets.AUR_KEY }}" > ~/.ssh/id_rsa
4646
chmod 600 ~/.ssh/id_rsa
4747
ssh-keyscan -H aur.archlinux.org >> ~/.ssh/known_hosts
48+
git config --global user.email "opencode@sst.dev"
49+
git config --global user.name "opencode"
4850
4951
- name: Publish
5052
run: |

0 commit comments

Comments
 (0)