Skip to content

Commit

Permalink
AUR workflow is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jasursadikov committed Dec 30, 2024
1 parent f3f3aac commit bcc3be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-aur.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
commit_username: ${{ secrets.AUR_USERNAME }}
commit_email: ${{ secrets.AUR_EMAIL }}
ssh_private_key: ${{ secrets.AUR_SSH_KEY }}
commit_message: "Update AUR package to version ${latest_version}"
commit_message: "Update AUR package to version ${{ env.latest_version }}"
ssh_keyscan_types: rsa,ecdsa,

0 comments on commit bcc3be1

Please sign in to comment.