From 21ff9ecf5f70733e124ec3d367a6dbcdc650ea66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=AA=E6=9D=A5=E6=96=B9=E8=88=9F?= Date: Sat, 18 Apr 2026 17:01:37 +0800 Subject: [PATCH] :construction_worker: Fix AUR auto release fail (#17530) * temp disable the repo owner lim so i can debug * bump * get the owner limit back * remove my name --- .github/workflows/auto_aur_release_stable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto_aur_release_stable.yml b/.github/workflows/auto_aur_release_stable.yml index edc676c70..80ea34d71 100644 --- a/.github/workflows/auto_aur_release_stable.yml +++ b/.github/workflows/auto_aur_release_stable.yml @@ -34,7 +34,7 @@ jobs: - name: Create PKGBUILD run: | cat << EOF >> PKGBUILD - # maintainer: zxkmm (IHp4a21tQGhvdG1haWwuY29t) + # maintainer: SiYuan community (https://github.com/siyuan-note/siyuan/issues/new/choose) # auto running on siyuan official repo # PKGBUILD is modified from https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=siyuan-appimage # which is made by vvxxp8 @@ -97,7 +97,7 @@ jobs: EOF - name: Publish AUR package - uses: KSXGitHub/github-actions-deploy-aur@v4.1.1 + uses: KSXGitHub/github-actions-deploy-aur@v4.1.2 with: pkgname: siyuan-bin pkgbuild: ./PKGBUILD