Skip to content

Commit

Permalink
chore(CI): remove inputplumber-git aur updating
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowApex committed Feb 7, 2025
1 parent ef855df commit b879aee
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,20 +138,3 @@ jobs:
git add .SRCINFO PKGBUILD
git commit -m "Update to $(grep '^pkgver=' PKGBUILD | cut -d'=' -f2)"
git push origin master
- name: Checkout AUR git
run: git clone ssh://[email protected]/inputplumber-git.git

- name: Build git package
working-directory: inputplumber-git
run: make in-docker

- name: Commit and publish git package
shell: bash
working-directory: inputplumber-git
run: |
git config user.name "github-actions[bot]"
git config user.email "shadowblip+github-actions[bot]@users.noreply.github.com"
git add .SRCINFO PKGBUILD
git commit -m "Update to $(grep '^pkgver=' PKGBUILD | cut -d'=' -f2)"
git push origin master

0 comments on commit b879aee

Please sign in to comment.