From 6067314c5a4f296301e44315f3cc371008129a6e Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Mon, 10 Jun 2024 22:27:33 +0600 Subject: [PATCH] cd: revert to flutter 3.22.1 --- .github/workflows/spotube-release-binary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spotube-release-binary.yml b/.github/workflows/spotube-release-binary.yml index 02b47f18..5b74c9b5 100644 --- a/.github/workflows/spotube-release-binary.yml +++ b/.github/workflows/spotube-release-binary.yml @@ -20,7 +20,7 @@ on: description: Dry run without uploading to release env: - FLUTTER_VERSION: 3.22.2 + FLUTTER_VERSION: 3.22.1 permissions: contents: write