diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 72e7cc6ec218f..f9fe1c6019642 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -264,7 +264,8 @@ jobs: with: python-version: ${{ matrix.python }} - - id: computedevdelta + - name: Compute .devN version delta + id: computedevdelta run: | git fetch --depth=200 LAST_VER=$(git tag -l | sort -V | tail -n1)