chore: update aur deployer

This commit is contained in:
2025-01-16 15:07:27 +02:00
parent 00035ea9e2
commit 33065bdae2
3 changed files with 4 additions and 3 deletions

View File

@@ -129,7 +129,7 @@ jobs:
}
EOF
- name: Publish AUR package
uses: KSXGitHub/github-actions-deploy-aur@v2.7.0
uses: KSXGitHub/github-actions-deploy-aur@v3.0.1
with:
pkgname: sula-alus-bin
pkgbuild: ./PKGBUILD
@@ -137,3 +137,4 @@ jobs:
commit_email: ${{ secrets.AUR_EMAIL }}
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
commit_message: "Update to version ${GITHUB_REF#refs/tags/v}"
ssh_keyscan_types: rsa,ecdsa,ed25519