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 9940eee commit 4d453e9Copy full SHA for 4d453e9
.github/workflows/publish-aur.yml
@@ -57,6 +57,7 @@ jobs:
57
58
# Get the commit hash for this tag (handle both lightweight and annotated tags)
59
COMMIT=$(gh api repos/${{ github.repository }}/git/refs/tags/$TAG --jq '.object.sha')
60
+ echo "Using commit: $COMMIT"
61
62
# Update version and source to use specific commit
63
sed -i "s/pkgver=.*/pkgver=$CLEAN_TAG/" ./pkgbuild/PKGBUILD
0 commit comments