Skip to content

Commit 79ed145

Browse files
Fixed CI/CD thanks to @KSXGitHub.
1 parent 303307e commit 79ed145

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
run:
9595
sed -i "s/pkgver=.*/pkgver=${{ github.ref_name }}/" waytrogen/PKGBUILD
9696
- name: Publish to AUR
97-
uses: KSXGitHub/github-actions-deploy-aur@b9329787ad90df1f1377ca3c723632febad7597c
97+
uses: KSXGitHub/github-actions-deploy-aur@v4.1.3
9898
with:
9999
pkgname: waytrogen
100100
pkgbuild: ./waytrogen/PKGBUILD
@@ -116,7 +116,7 @@ jobs:
116116
run:
117117
sed -i "s/pkgver=.*/pkgver=${{ github.ref_name }}/" waytrogen-bin/PKGBUILD
118118
- name: Publish to AUR
119-
uses: KSXGitHub/github-actions-deploy-aur@b9329787ad90df1f1377ca3c723632febad7597c
119+
uses: KSXGitHub/github-actions-deploy-aur@v4.1.3
120120
with:
121121
pkgname: waytrogen-bin
122122
pkgbuild: ./waytrogen-bin/PKGBUILD

0 commit comments

Comments
 (0)