From 848245382144b67e253c75beeb4ef83921b66016 Mon Sep 17 00:00:00 2001 From: Tobias Lehmann Date: Tue, 14 Apr 2026 22:30:01 +0200 Subject: [PATCH] automatic creation is set to stable version --- .gitea/workflows/pipeline-build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/pipeline-build.yaml b/.gitea/workflows/pipeline-build.yaml index 70398c5..21bdd8c 100644 --- a/.gitea/workflows/pipeline-build.yaml +++ b/.gitea/workflows/pipeline-build.yaml @@ -17,9 +17,9 @@ jobs: shell: bash run: | # define a fixed version - VERSION="2.17.0" + #VERSION="2.17.0" # or use npm to get the latest stable version - #VERSION="$(npm view n8n version stable)" + VERSION="$(npm view n8n version stable)" echo "Using version=$VERSION" echo "VERSION=$VERSION" >> "$GITHUB_OUTPUT"