Skip to content

Commit

Permalink
ci: attemp 2 to fix styling loss in Github release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ellet0 committed May 20, 2024
1 parent 13e8045 commit d8b9fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d8b9fb8

Please sign in to comment.