From f6e5369323c49c9d1e39e9afb2793635e28b7e2f Mon Sep 17 00:00:00 2001 From: Johannes Vedder Date: Wed, 24 Jul 2024 11:20:19 +0200 Subject: [PATCH] ci: temp remove melos fix --- .github/workflows/all_packages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/all_packages.yml b/.github/workflows/all_packages.yml index f23553910..f3180a47e 100644 --- a/.github/workflows/all_packages.yml +++ b/.github/workflows/all_packages.yml @@ -37,8 +37,8 @@ jobs: - name: Run generate run: melos run generate - - name: Run fix - run: melos run fix + # - name: Run fix # remove until flutter_gen issue is fixed + # run: melos run fix - name: Run bootstrap run: melos bootstrap