Skip to content

Commit

Permalink
chore(deps): update ksxgithub/github-actions-deploy-aur action to v3 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 26, 2024
1 parent a65a741 commit 8e3f52f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:
COMMIT_EMAIL: ${{ secrets.AUR_EMAIL }}

- name: Publish AUR package (binary)
uses: KSXGitHub/github-actions-deploy-aur@v2.7.2
uses: KSXGitHub/github-actions-deploy-aur@v3.0.0
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
with:
pkgname: restack-bin
Expand All @@ -252,7 +252,7 @@ jobs:
- name: Publish AUR package (source)
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
uses: KSXGitHub/github-actions-deploy-aur@v2.7.2
uses: KSXGitHub/github-actions-deploy-aur@v3.0.0
with:
pkgname: restack
pkgbuild: ./target/aur/PKGBUILD
Expand Down

0 comments on commit 8e3f52f

Please sign in to comment.