Skip to content

Commit

Permalink
build(deps): bump KSXGitHub/github-actions-deploy-aur from 2.7.0 to 2…
Browse files Browse the repository at this point in the history
….7.1 (#92)
  • Loading branch information
dependabot[bot] committed Apr 8, 2024
1 parent 8286605 commit 5c54a23
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 @@ -217,7 +217,7 @@ jobs:
COMMIT_EMAIL: ${{ secrets.AUR_EMAIL }}

- name: Publish AUR package (binary)
uses: KSXGitHub/github-actions-deploy-aur@v2.7.0
uses: KSXGitHub/github-actions-deploy-aur@v2.7.1
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
with:
pkgname: restack-bin
Expand All @@ -239,7 +239,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.0
uses: KSXGitHub/github-actions-deploy-aur@v2.7.1
with:
pkgname: restack
pkgbuild: ./target/aur/PKGBUILD
Expand Down

0 comments on commit 5c54a23

Please sign in to comment.