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