release: fix AUR remote and homebrew tap auth

This commit is contained in:
2026-03-02 18:03:08 -05:00
parent 471ecc807f
commit 076aa10c2b
2 changed files with 7 additions and 4 deletions

View File

@@ -97,13 +97,12 @@ jobs:
- name: Publish openbitdo and openbitdo-bin
env:
GIT_SSH_COMMAND: ssh -i ~/.ssh/aur
AUR_USER: ${{ secrets.AUR_USERNAME }}
GIT_SSH_COMMAND: ssh -i ~/.ssh/aur -o IdentitiesOnly=yes
run: |
set -euo pipefail
publish_pkg() {
local pkg="$1"
local remote="ssh://${AUR_USER}@aur.archlinux.org/${pkg}.git"
local remote="aur@aur.archlinux.org:${pkg}.git"
local tmp_root
local workdir