From 546ef5a3e8b8498a437af5a62265357dc557b246 Mon Sep 17 00:00:00 2001 From: nobody Date: Mon, 6 Jan 2025 14:53:18 +0800 Subject: [PATCH] fix dup tags bug --- .github/workflows/obfus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/obfus.yml b/.github/workflows/obfus.yml index 9f8a2f9..be7f69b 100644 --- a/.github/workflows/obfus.yml +++ b/.github/workflows/obfus.yml @@ -27,7 +27,7 @@ jobs: - name: Checkout latest tag run: | - git fetch --tags + git fetch --tags --force latestTag=$(git describe --tags "$(git rev-list --tags --max-count=1)") git checkout $latestTag echo "TAG=${latestTag}" >> "$GITHUB_ENV"