summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-06-12 18:30:19 -0400
committerDax Raad <[email protected]>2025-06-12 18:30:19 -0400
commitc8648baba29bc591da16fa640998914a8c03a136 (patch)
tree9eea1ae24cb70fc57297f46330d4ce4d9cdd7f22
parent7b3a799856b30103aecf16a66bfbde47903bccb0 (diff)
downloadopencode-c8648baba29bc591da16fa640998914a8c03a136.tar.gz
opencode-c8648baba29bc591da16fa640998914a8c03a136.zip
ci
-rw-r--r--.github/workflows/publish.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 6980005cd..d8ab8727c 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -45,6 +45,8 @@ jobs:
echo "${{ secrets.AUR_KEY }}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
ssh-keyscan -H aur.archlinux.org >> ~/.ssh/known_hosts
+ git config --global user.email "[email protected]"
+ git config --global user.name "opencode"
- name: Publish
run: |