Compare commits

...

1 Commits

Author SHA1 Message Date
Dax Raad c8648baba2 ci 2025-06-12 18:30:19 -04:00
+2
View File
@@ -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 "opencode@sst.dev"
git config --global user.name "opencode"
- name: Publish
run: |