Actions: Avoid error "would clobber existing tag" when pushing new tags

This commit is contained in:
Sebastian Pipping 2021-05-23 02:21:27 +02:00
parent ac2b235d3c
commit 6aa6fe90a3

View File

@ -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