Update release.yml
This commit is contained in:
parent
6e942c0808
commit
3765642dc8
1 changed files with 7 additions and 0 deletions
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
|
|
@ -30,4 +30,11 @@ jobs:
|
|||
with:
|
||||
files: './goldwarden'
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Validate package
|
||||
uses: hapakaien/archlinux-package-action@v2
|
||||
with:
|
||||
flags: ''
|
||||
namcap: true
|
||||
updpkgsums: true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue