automatic creation is set to stable version
All checks were successful
Build Pipeline for de.captica.n8n / resolve_n8n_version (push) Successful in 2s
Build Pipeline for de.captica.n8n / publish_docker (push) Successful in 5m30s

This commit is contained in:
Tobias Lehmann
2026-04-14 22:30:01 +02:00
parent 86f9a99c2a
commit 8482453821

View File

@@ -17,9 +17,9 @@ jobs:
shell: bash shell: bash
run: | run: |
# define a fixed version # define a fixed version
VERSION="2.17.0" #VERSION="2.17.0"
# or use npm to get the latest stable version # 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 "Using version=$VERSION"
echo "VERSION=$VERSION" >> "$GITHUB_OUTPUT" echo "VERSION=$VERSION" >> "$GITHUB_OUTPUT"