Skip to content

Commit

Permalink
ci: fix AUR package publishing (#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar authored Jul 23, 2024
1 parent c5e95b0 commit dad30e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,15 +129,15 @@ jobs:
- uses: actions/checkout@v4

- name: Publish AUR package
uses: KSXGitHub/github-actions-deploy-aur@v2.6.0
uses: KSXGitHub/github-actions-deploy-aur@v2.7.2
with:
pkgname: crowdin-cli
pkgbuild: ./packages/aur/pkgbuild/PKGBUILD
commit_username: ${{ secrets.AUR_USERNAME }}
commit_email: ${{ secrets.AUR_EMAIL }}
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
commit_message: Update AUR package
ssh_keyscan_types: rsa,dsa,ecdsa,ed25519
ssh_keyscan_types: rsa,ecdsa,ed25519

homebrew:
runs-on: ubuntu-latest
Expand Down

0 comments on commit dad30e7

Please sign in to comment.