added -stable to the version
This commit is contained in:
parent
4aa266085a
commit
db7a581736
@ -28,7 +28,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
FLUTTER_VERSION=$(curl -s https://storage.googleapis.com/flutter_infra_release/releases/releases_linux.json | \
|
FLUTTER_VERSION=$(curl -s https://storage.googleapis.com/flutter_infra_release/releases/releases_linux.json | \
|
||||||
jq -r '. as $root | $root.current_release.stable as $stable_hash | $root.releases[] | select(.hash == $stable_hash) | .version')
|
jq -r '. as $root | $root.current_release.stable as $stable_hash | $root.releases[] | select(.hash == $stable_hash) | .version')
|
||||||
echo "FLUTTER_VERSION=$FLUTTER_VERSION" >> $GITHUB_ENV
|
echo "FLUTTER_VERSION=${FLUTTER_VERSION}-stable" >> $GITHUB_ENV
|
||||||
echo "Latest Flutter version: $FLUTTER_VERSION"
|
echo "Latest Flutter version: $FLUTTER_VERSION"
|
||||||
|
|
||||||
- name: Check if Docker image exists
|
- name: Check if Docker image exists
|
||||||
|
Loading…
Reference in New Issue
Block a user