Skip to content

Commit

Permalink
💚 More CI Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TaylorBeeston committed Jul 29, 2024
1 parent 878a7cc commit c31bb02
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release-plz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install git and gnupg
run: pacman -Sy --noconfirm git gnupg
run: pacman -Syu --noconfirm git gnupg openssh

- name: Update PKGBUILD
run: |
Expand Down Expand Up @@ -79,6 +79,5 @@ jobs:
cp PKGBUILD .SRCINFO aur-repo/
cd aur-repo
git add PKGBUILD .SRCINFO
git commit -S -m "Update to version $(grep -oP '(?<=pkgver=)\S+' PKGBUILD)"
echo $GPG_PASSPHRASE | gpg --passphrase-fd 0 --pinentry-mode loopback -b --yes
echo $GPG_PASSPHRASE | git commit -S -m "Update to version $(grep -oP '(?<=pkgver=)\S+' PKGBUILD)"
git push

0 comments on commit c31bb02

Please sign in to comment.