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: