Skip to content

Commit

Permalink
gci: Add -f flag to git fetch
Browse files Browse the repository at this point in the history
This avoids the warning of clobbering tags when fetching tags

Changelog-None
  • Loading branch information
cdecker committed Oct 31, 2021
1 parent d680e3b commit 3d8293d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/[email protected]

- 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
Expand Down

0 comments on commit 3d8293d

Please sign in to comment.