From d8b9fb8539ccc175f97d2a034d7216517ce3c0bb Mon Sep 17 00:00:00 2001 From: Ellet Date: Mon, 20 May 2024 03:15:29 +0300 Subject: [PATCH] ci: attemp 2 to fix styling loss in Github release notes --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e6141dea..20d03685 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -92,7 +92,7 @@ jobs: # 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 }} ${{ toJson(fromJson(steps.fetch-release-notes-request.outputs.response).body) }} + run: dart ./scripts/update_package_version.dart ${{ steps.extract_version.outputs.VERSION }} '${{ fromJson(steps.fetch-release-notes-request.outputs.response).body }}' - name: 💾 Commit updated version and CHANGELOG id: auto-commit-action