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
…0.1 (#104)
  • Loading branch information
renovate[bot] authored Sep 2, 2024
1 parent 9c8f391 commit 5d122a7
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/[email protected].0
uses: KSXGitHub/[email protected].1
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/[email protected].0
uses: KSXGitHub/[email protected].1
with:
pkgname: restack
pkgbuild: ./target/aur/PKGBUILD
Expand Down

0 comments on commit 5d122a7

Please sign in to comment.