Skip to content
Snippets Groups Projects
Commit 64c993be authored by Martin Larralde's avatar Martin Larralde
Browse files

Fix SSH deployment to AUR [ci skip]

parent 580f8842
No related branches found
No related tags found
No related merge requests found
......@@ -272,7 +272,7 @@ jobs:
- name: Generate PKGBUILD
run: 'sed -e "s/%pkgver/${{ env.PKGVER }}/g" -e "s/%sha256sum/${{ env.SHA256 }}/g" pkg/aur/PKGBUILD.in > pkg/aur/PKGBUILD'
- name: Update package
uses: KSXGitHub/github-actions-deploy-aur@v2.2.5
uses: KSXGitHub/github-actions-deploy-aur@v2.7.2
with:
pkgname: python-pyhmmer
pkgbuild: pkg/aur/PKGBUILD
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment