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"