diff --git a/.github/workflows/ci-check-dependencies.yml b/.github/workflows/ci-check-dependencies.yml index 23739aa..26e14c5 100644 --- a/.github/workflows/ci-check-dependencies.yml +++ b/.github/workflows/ci-check-dependencies.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 100 - name: Get tags - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* + run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* || true - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2