Actions: Avoid error "would clobber existing tag" when pushing new tags
This commit is contained in:
parent
ac2b235d3c
commit
6aa6fe90a3
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
@ -68,7 +68,7 @@ jobs:
|
||||
wine32
|
||||
- name: Unshallow Git clone
|
||||
run: |
|
||||
git fetch --tags --unshallow origin # for "git describe" in coverage.sh
|
||||
git fetch --force --tags --unshallow origin # for "git describe" in coverage.sh
|
||||
- name: Collect test coverage
|
||||
env:
|
||||
MODE: coverage-sh
|
||||
|
Loading…
Reference in New Issue
Block a user