From a8a2c548bff007adda9e95f8b5132b14217dc0ef Mon Sep 17 00:00:00 2001 From: MGPOCKY Date: Sat, 1 Aug 2026 05:12:58 +0000 Subject: [PATCH] ci: add name to .devN delta step for readability --- .github/workflows/cd.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)