We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d145cf7 commit dd4d555Copy full SHA for dd4d555
.github/workflows/deploy.yaml
@@ -398,7 +398,7 @@ jobs:
398
run: ./ci/github-actions/generate-pkgbuild.py3
399
400
- name: Publish pretty-exec to the AUR
401
- uses: KSXGitHub/github-actions-deploy-aur@v2.7.2
+ uses: KSXGitHub/github-actions-deploy-aur@v3.0.0
402
with:
403
pkgname: pretty-exec
404
pkgbuild: ./pkgbuild/pretty-exec/PKGBUILD
@@ -409,7 +409,7 @@ jobs:
409
force_push: 'true'
410
411
- name: Publish pretty-exec-bin to the AUR
412
413
414
pkgname: pretty-exec-bin
415
pkgbuild: ./pkgbuild/pretty-exec-bin/PKGBUILD
0 commit comments