using fixed release
This commit is contained in:
@@ -17,9 +17,9 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
# define a fixed version
|
||||
#VERSION="2.13.2"
|
||||
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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user