mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-13 08:02:56 +00:00
Actions: Avoid error "would clobber existing tag" when pushing new tags
This commit is contained in:
parent
ac2b235d3c
commit
6aa6fe90a3
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue