Skip to content

Commit 3d8293d

Browse files
committed
gci: Add -f flag to git fetch
This avoids the warning of clobbering tags when fetching tags Changelog-None
1 parent d680e3b commit 3d8293d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/[email protected]
3232

3333
- name: Fetch tags for auto versioning
34-
run: git fetch --prune --unshallow --tags
34+
run: git fetch --prune --unshallow --tags -f
3535

3636
- name: Set up Python 3.6
3737
uses: actions/setup-python@v2

0 commit comments

Comments
 (0)