Skip to content

Commit 9ce15af

Browse files
committed
ci(workflow): fix AUR action version tag format
- Add 'v' prefix to KSXGitHub/github-actions-deploy-aur version tag - Change from @4.1.1 to @v4.1.1 for proper semantic versioning - Ensure correct action version resolution in GitHub Actions
1 parent 207be8e commit 9ce15af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6262

6363
- name: Publish AUR package
64-
uses: KSXGitHub/github-actions-deploy-aur@4.1.1
64+
uses: KSXGitHub/github-actions-deploy-aur@v4.1.1
6565
with:
6666
pkgname: rustmius
6767
pkgbuild: ./PKGBUILD

0 commit comments

Comments
 (0)