diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d655ff7f1..89c39b079 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v2.0.0 - 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