automatic creation is set to stable version
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user