From 34eb336e5fb37660cced8f6d58ef1a821bbe5451 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Fri, 20 Feb 2026 16:30:22 +0100 Subject: [PATCH] only commit PKGBUILD and SRCINFO --- .github/workflows/linux-makepkg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux-makepkg.yml b/.github/workflows/linux-makepkg.yml index 944d0c854..a79459612 100644 --- a/.github/workflows/linux-makepkg.yml +++ b/.github/workflows/linux-makepkg.yml @@ -166,7 +166,7 @@ jobs: git config user.name "cryptobot" git config user.email "cryptobot@users.noreply.github.com" git config push.autoSetupRemote true - git stage . + git stage PKGBUILD .SRCINFO git commit -m "Prepare release ${VERSION}" git push env: