added -stable to the version

This commit is contained in:
Mathias Beaulieu-Duncan 2025-06-12 14:00:12 -04:00
parent 4aa266085a
commit 4c8017e3ec
Signed by: mathias
GPG Key ID: 1C16CF05BAF9162D

View File

@ -28,7 +28,7 @@ jobs:
run: |
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')
echo "FLUTTER_VERSION=$FLUTTER_VERSION" >> $GITHUB_ENV
echo "FLUTTER_VERSION=${FLUTTER_VERSION}-stable" >> $GITHUB_ENV
echo "Latest Flutter version: $FLUTTER_VERSION"
- name: Check if Docker image exists