Skip to content

Commit 5e5e76f

Browse files
committed
debug: add debug
1 parent d4faae3 commit 5e5e76f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,10 @@ jobs:
499499
sed -i "s/^pkgrel=.*/pkgrel=1/" $GITHUB_WORKSPACE/aur-deploy/PKGBUILD
500500
501501
echo "✅ Updated PKGBUILD:"
502-
grep -E "^pkgver=|^_commit=|^pkgrel=" $GITHUB_WORKSPACE/aur-deploy/PKGBUILD
502+
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"
503506
504507
- name: Deploy to AUR
505508
uses: KSXGitHub/github-actions-deploy-aur@a97f56a8425a7a7f3b8c58607f769c69b089cadb # v3

0 commit comments

Comments
 (0)