Enable updpkgsums in CI

This commit is contained in:
Bernd Schoolmann 2023-08-22 10:31:42 +02:00 committed by GitHub
parent 1eb6a6fea5
commit 39c3bc0fbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,10 +36,12 @@ jobs:
with:
flags: ''
namcap: true
updpkgsums: true
- name: Publish AUR package
uses: KSXGitHub/github-actions-deploy-aur@v2.7.0
with:
pkgname: goldwarden
updpkgsums: true
pkgbuild: ./PKGBUILD
commit_username: ${{ secrets.AUR_USERNAME }}
commit_email: ${{ secrets.AUR_EMAIL }}