👷 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
This commit is contained in:
未来方舟 2026-04-18 17:01:37 +08:00 committed by GitHub
parent 1654612867
commit 21ff9ecf5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,7 +34,7 @@ jobs:
- name: Create PKGBUILD - name: Create PKGBUILD
run: | run: |
cat << EOF >> PKGBUILD cat << EOF >> PKGBUILD
# maintainer: zxkmm (IHp4a21tQGhvdG1haWwuY29t) # maintainer: SiYuan community (https://github.com/siyuan-note/siyuan/issues/new/choose)
# auto running on siyuan official repo # auto running on siyuan official repo
# PKGBUILD is modified from https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=siyuan-appimage # PKGBUILD is modified from https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=siyuan-appimage
# which is made by vvxxp8 <concatenate[g] the characters[x] in square[b] brackets[1] in[5] order[3] at gmail dot com> # which is made by vvxxp8 <concatenate[g] the characters[x] in square[b] brackets[1] in[5] order[3] at gmail dot com>
@ -97,7 +97,7 @@ jobs:
EOF EOF
- name: Publish AUR package - name: Publish AUR package
uses: KSXGitHub/github-actions-deploy-aur@v4.1.1 uses: KSXGitHub/github-actions-deploy-aur@v4.1.2
with: with:
pkgname: siyuan-bin pkgname: siyuan-bin
pkgbuild: ./PKGBUILD pkgbuild: ./PKGBUILD