diff --git a/.github/workflows/pub-AUR-chsrc-and-chsrc-bin.yml b/.github/workflows/pub-AUR-chsrc-and-chsrc-bin.yml index 9d869179..a707ad53 100644 --- a/.github/workflows/pub-AUR-chsrc-and-chsrc-bin.yml +++ b/.github/workflows/pub-AUR-chsrc-and-chsrc-bin.yml @@ -45,7 +45,7 @@ jobs: sed -i "s/pkgver=.*/pkgver=$version/" PKGBUILD_bin - name: Publish chsrc-bin to AUR if: env.valid == '1' - uses: KSXGitHub/github-actions-deploy-aur@v4.1.1 + uses: KSXGitHub/github-actions-deploy-aur@v4.1.2 with: pkgname: chsrc-bin pkgbuild: ./PKGBUILD_bin @@ -63,7 +63,7 @@ jobs: sed -i "s/pkgver=.*/pkgver=$version/" PKGBUILD - name: Publish chsrc to AUR if: env.valid == '1' - uses: KSXGitHub/github-actions-deploy-aur@v4.1.1 + uses: KSXGitHub/github-actions-deploy-aur@v4.1.2 with: pkgname: chsrc pkgbuild: ./PKGBUILD diff --git a/.github/workflows/pub-AUR-chsrc-git.yml b/.github/workflows/pub-AUR-chsrc-git.yml index b5d5d9f8..bd17349a 100644 --- a/.github/workflows/pub-AUR-chsrc-git.yml +++ b/.github/workflows/pub-AUR-chsrc-git.yml @@ -27,7 +27,7 @@ jobs: run: | wget https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD\?h\=chsrc-git -O ./PKGBUILD - name: Publish to AUR - uses: KSXGitHub/github-actions-deploy-aur@v4.1.1 + uses: KSXGitHub/github-actions-deploy-aur@v4.1.2 with: pkgname: chsrc-git pkgbuild: ./PKGBUILD