Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TBS1996 committed Oct 31, 2022
1 parent 1dbb9c9 commit 2c4fcad
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,14 @@ jobs:
with:
command: publish
args: --token ${{ secrets.CARGO_API_KEY }} --allow-dirty
aur-sync:
aur-publish:
runs-on: ubuntu-latest
steps:
- name: Sync AUR package with Github release
uses: maniaciachao/aur-sync-action@v1.2
- name: Publish AUR package
uses: aksh1618/update-aur-package@v1.0.5
with:
tag_version_prefix: v
package_name: speki
github_repo: 'tbs1996/speki'
commit_username: 'tbs196'
commit_username: "tbs1996"
commit_email: torberge@outlook.com
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
extra_dependencies: 'libasound2-dev'

0 comments on commit 2c4fcad

Please sign in to comment.