We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51951a2 commit f917317Copy full SHA for f917317
1 file changed
.github/workflows/aur-update.yml
@@ -22,7 +22,7 @@ jobs:
22
if [ "${{ github.event_name }}" = "workflow_dispatch" ]; then
23
# Get the latest tag when manually triggered
24
git fetch --tags
25
- TAG=$(git describe --tags --abbrev=0)
+ TAG=$(git tag --sort=-version:refname | head -n1)
26
else
27
TAG="${GITHUB_REF_NAME}"
28
fi
0 commit comments