Update build.yml

This commit is contained in:
Xikaro 2025-07-20 04:18:29 +05:00
parent 99c89fcda0
commit c0150abe04

View file

@ -58,7 +58,7 @@ jobs:
id: latest_tag
shell: bash
run: |
tag=$(git describe --tags --abbrev=0)
tag=$(git describe --tags --abbrev=0 origin/main)
if [ -z "$tag" ]; then
echo "❌ Latest tag not found" && exit 1
else