We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4faae3 commit 5e5e76fCopy full SHA for 5e5e76f
.github/workflows/release.yml
@@ -499,7 +499,10 @@ jobs:
499
sed -i "s/^pkgrel=.*/pkgrel=1/" $GITHUB_WORKSPACE/aur-deploy/PKGBUILD
500
501
echo "✅ Updated PKGBUILD:"
502
- grep -E "^pkgver=|^_commit=|^pkgrel=" $GITHUB_WORKSPACE/aur-deploy/PKGBUILD
+ echo "--- Content check ---"
503
+ cat $GITHUB_WORKSPACE/aur-deploy/PKGBUILD | head -20
504
+ echo "--- Grep for variables ---"
505
+ grep -E "^pkgver=|^_commit=|^pkgrel=" $GITHUB_WORKSPACE/aur-deploy/PKGBUILD || echo "⚠️ Warning: grep found no matches"
506
507
- name: Deploy to AUR
508
uses: KSXGitHub/github-actions-deploy-aur@a97f56a8425a7a7f3b8c58607f769c69b089cadb # v3
0 commit comments