Skip to content

Commit

Permalink
fix(actions): missing tag in aur
Browse files Browse the repository at this point in the history
  • Loading branch information
anhgelus committed May 8, 2024
1 parent 3207a81 commit d453889
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aur.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2

- name: Publish AUR package
uses: KSXGitHub/github-actions-deploy-aur@<TAG>
uses: KSXGitHub/github-actions-deploy-aur@v2.7.1
with:
pkgname: my-awesome-package
pkgbuild: ./PKGBUILD
Expand Down
8 changes: 8 additions & 0 deletions update-version.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/bash

sed -i "s/$1/$2/g" PKGBUILD
git commit -am "build(arch): update pkgbuild"
git tag $2
git push
git push origin $2

0 comments on commit d453889

Please sign in to comment.