Skip to content

Commit d89ec5a

Browse files
committed
update github action for publishing aur package
1 parent b9c8823 commit d89ec5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/aur-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
path: ./.pkgbuild/egpu-switcher-bin/*
5050

5151
- name: Publish egpu-switcher
52-
uses: KSXGitHub/github-actions-deploy-aur@v2.5.0
52+
uses: KSXGitHub/github-actions-deploy-aur@v3.0.1
5353
with:
5454
pkgname: egpu-switcher
5555
pkgbuild: ./.pkgbuild/egpu-switcher/PKGBUILD
@@ -60,7 +60,7 @@ jobs:
6060
commit_message: New release via github actions
6161

6262
- name: Publish egpu-switcher-bin
63-
uses: KSXGitHub/github-actions-deploy-aur@v2.5.0
63+
uses: KSXGitHub/github-actions-deploy-aur@v3.0.1
6464
with:
6565
pkgname: egpu-switcher-bin
6666
pkgbuild: ./.pkgbuild/egpu-switcher-bin/PKGBUILD

0 commit comments

Comments
 (0)