gci: Add -f flag to git fetch

This avoids the warning of clobbering tags when fetching tags

Changelog-None
This commit is contained in:
Christian Decker
2021-10-24 15:57:45 +02:00
parent d680e3b158
commit 3d8293dbf4

View File

@@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v2.0.0
- name: Fetch tags for auto versioning
run: git fetch --prune --unshallow --tags
run: git fetch --prune --unshallow --tags -f
- name: Set up Python 3.6
uses: actions/setup-python@v2