diff --git a/.gitea/workflows/ci-cd.yaml b/.gitea/workflows/ci-cd.yaml index d9697a1..d8cc6bf 100644 --- a/.gitea/workflows/ci-cd.yaml +++ b/.gitea/workflows/ci-cd.yaml @@ -320,7 +320,7 @@ jobs: - name: Preload previous IG package for comparison run: | echo "Detecting previous version..." - + export VERSION="${{ steps.version.outputs.version }}" PREV_VERSION=$(python3 <<'PY' import json import os