Use force when fetching tags from upstream, in case there are conflicting tags.

This commit is contained in:
AdamN
2025-07-16 12:10:35 +07:00
committed by GitHub
parent 6cb0309b6c
commit ada4e95e7e
+1 -1
View File
@@ -59,7 +59,7 @@ jobs:
run: |
# TODO: should try to fetch tags from whereever this repo was forked from before fetching from official repo
git remote add upstream https://github.com/hrydgard/ppsspp.git
git fetch --deepen=15000 --no-recurse-submodules --tags upstream || exit 0
git fetch --deepen=15000 --no-recurse-submodules --tags --force upstream || exit 0
- name: Create git-version.cpp for Windows # Not sure why the one at git-version-gen.cmd couldn't get the version properly.
#if: github.ref_type == 'tag'