From 189f64581d45bd7d13afe4b5050c00c5d70e5b05 Mon Sep 17 00:00:00 2001 From: Ellet Date: Mon, 20 May 2024 03:48:22 +0300 Subject: [PATCH] ci: remove TODO bug related to the styling loss --- .github/workflows/publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a756168d..dc9ad461 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -91,7 +91,6 @@ jobs: exit 1 fi - # TODO: There is a bug that cause styling loss: https://github.com/singerdmx/flutter-quill/issues/1880 - name: 📝 Update version and CHANGELOG for all the packages run: dart ./scripts/update_package_version.dart ${{ steps.extract_version.outputs.VERSION }} '${{ fromJson(steps.fetch-release-notes-request.outputs.response).body }}'