Skip to content

Commit 4d453e9

Browse files
committed
Update publish-aur.yml
1 parent 9940eee commit 4d453e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-aur.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
5858
# Get the commit hash for this tag (handle both lightweight and annotated tags)
5959
COMMIT=$(gh api repos/${{ github.repository }}/git/refs/tags/$TAG --jq '.object.sha')
60+
echo "Using commit: $COMMIT"
6061
6162
# Update version and source to use specific commit
6263
sed -i "s/pkgver=.*/pkgver=$CLEAN_TAG/" ./pkgbuild/PKGBUILD

0 commit comments

Comments
 (0)